Commit 1b8cc480 by 宋毅

tj

parent e8aa634e
...@@ -106,6 +106,7 @@ class APIBase { ...@@ -106,6 +106,7 @@ class APIBase {
return system.getResultFail(system.getUserInfoFail, "用户处于待审核等待启用状态"); return system.getResultFail(system.getUserInfoFail, "用户处于待审核等待启用状态");
} }
req.user = userInfo.data; req.user = userInfo.data;
pobj.actionBody.channelUserId = channelUserId;
} }
req.app = selfAppInfo.data; req.app = selfAppInfo.data;
return system.getResultSuccess(); return system.getResultSuccess();
......
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