Commit cf330876 by wkliang

use unreal pin

parent 8b15e8d8
...@@ -94,7 +94,7 @@ class AccessAuthAPI extends WEBBase { ...@@ -94,7 +94,7 @@ class AccessAuthAPI extends WEBBase {
break; break;
case "userTestLogin": // 假登陆 case "userTestLogin": // 假登陆
if (pobj.actionBody.userName == 'usrftst' && pobj.actionBody.password == 'usrftst') { if (pobj.actionBody.userName == 'usrftst' && pobj.actionBody.password == 'usrftst') {
return system.getResultSuccess({ userpin: 'ac74c45ca8e745d9b66cd3f8a3f2172a' }) return system.getResultSuccess({ userpin: 'ac74c45ca8e745d9b66cd3g8a3g2172a' })
} else { } else {
return system.getResultFail(-1, '用户名或密码错误') return system.getResultFail(-1, '用户名或密码错误')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment