Commit de2438b2 by 任晓松

register

parent 9c0232ee
...@@ -30,11 +30,6 @@ class AppUserPinByUserNameCache extends CacheBase { ...@@ -30,11 +30,6 @@ class AppUserPinByUserNameCache extends CacheBase {
userInfo.userpin = actionBody.userpin; userInfo.userpin = actionBody.userpin;
return system.getResultSuccess(userInfo); return system.getResultSuccess(userInfo);
} }
var uUserInfo = await this.opPlatformUtils.register(uapp_id,uUserName, uPassword, mobile,
appInfo.uapp_key, appInfo.uapp_secret);
if (uUserInfo.status != 0 && uUserInfo.status != 2000) {
return uUserInfo;
}//值为2000为已经存在此用户,注册失败
var params = { var params = {
uapp_id: appInfo.uapp_id, uapp_id: appInfo.uapp_id,
......
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