Commit d80042b4 by 宋毅

tj

parent 7d92bf18
...@@ -31,6 +31,7 @@ class ChannelAccessAuthAPI extends WEBBase { ...@@ -31,6 +31,7 @@ class ChannelAccessAuthAPI extends WEBBase {
case "test"://测试 case "test"://测试
console.log(pobj, "...test....pobj.actionBody...."); console.log(pobj, "...test....pobj.actionBody....");
opResult = system.getResultSuccess(null, "测试成功"); opResult = system.getResultSuccess(null, "测试成功");
opResult.status = 1;
break; break;
case "getUserPinByAliCode"://渠道通过账户进行登录,有则返回用户信息,没有则创建用户 case "getUserPinByAliCode"://渠道通过账户进行登录,有则返回用户信息,没有则创建用户
var aliUserResult = await this.utilsChannelAuthSve.getH5AliDingUserByCode(pobj, pobj.actionBody); var aliUserResult = await this.utilsChannelAuthSve.getH5AliDingUserByCode(pobj, pobj.actionBody);
......
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