Commit 6a2cd64c by 宋毅

sy

parent 72ffa5eb
...@@ -361,6 +361,7 @@ class tmqueryCtl extends CtlBase { ...@@ -361,6 +361,7 @@ class tmqueryCtl extends CtlBase {
actionBody: { channelUserId: result.account }, actionBody: { channelUserId: result.account },
isUser: "yes" isUser: "yes"
}; };
var reqUrl = this.channelApiUrl + "/action/tmTools/springBoard";
var resultUser = await this.execClient.execPostTK(param, reqUrl, tokenInfo.data.token); var resultUser = await this.execClient.execPostTK(param, reqUrl, tokenInfo.data.token);
this.info({ this.info({
optitle: "###获取京东用户结果", optitle: "###获取京东用户结果",
......
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