Commit 7d92bf18 by 宋毅

tj

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