Commit a69dbed1 by 宋毅

tj

parent 1deb99e6
...@@ -14,9 +14,9 @@ class ChannelAccessAuthAPI extends WEBBase { ...@@ -14,9 +14,9 @@ class ChannelAccessAuthAPI extends WEBBase {
* action_body 执行的参数 * action_body 执行的参数
*/ */
async springBoard(pobj, qobj, req) { async springBoard(pobj, qobj, req) {
if (!pobj.actionProcess) { // if (!pobj.actionProcess) {
return system.getResult(null, "actionProcess参数不能为空"); // return system.getResult(null, "actionProcess参数不能为空");
} // }
if (!pobj.actionType) { if (!pobj.actionType) {
return system.getResult(null, "actionType参数不能为空"); return system.getResult(null, "actionType参数不能为空");
} }
...@@ -29,6 +29,7 @@ class ChannelAccessAuthAPI extends WEBBase { ...@@ -29,6 +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....");
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