Commit 9a6ef513 by 王悦

fix

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