Commit d80042b4 by 宋毅

tj

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