Commit 7e7bdbfc by wkliang

fix account test

parent cf330876
...@@ -93,7 +93,7 @@ class AccessAuthAPI extends WEBBase { ...@@ -93,7 +93,7 @@ class AccessAuthAPI extends WEBBase {
} }
break; break;
case "userTestLogin": // 假登陆 case "userTestLogin": // 假登陆
if (pobj.actionBody.userName == 'usrftst' && pobj.actionBody.password == 'usrftst') { if (pobj.actionBody.userName == 'usertest' && pobj.actionBody.password == 'usertest') {
return system.getResultSuccess({ userpin: 'ac74c45ca8e745d9b66cd3g8a3g2172a' }) 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