Commit 30e3475d by 王悦

fix userpin

parent e8f105db
...@@ -752,7 +752,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -752,7 +752,7 @@ class UtilsNeedSve extends AppServiceBase {
} }
// getItemByChannelSolutionNo // getItemByChannelSolutionNo
var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard"; var url = settings.centerChannelUrl() + "/api/opreceive/need/springBoard";
var result = await this.execlient.execPostTK(sobj, url, token); var result = await this.execlient.execDataPostByTokenUserPin(sobj, url, token, token);//兼容百度传userpin
if (result.status != 0) { if (result.status != 0) {
return { return {
"requestId": result.requestId, "requestId": result.requestId,
......
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