Commit 624b2fe2 by 王栋源

Update tmQueryTradeIntentionUserList.js

parent 413dcc88
......@@ -20,7 +20,7 @@ class TmtransactionTask extends TaskBase {
}
}
try {
var url = this.centerChannelUrl + "web/trade/brand/springBoard";
var url = this.centerChannelUrl + "api/auth/taskapi/QueryTradeIntentionUserList";
var transferinfo = await this.restclient.execPost(obj, url);
console.log(rtn);
return rtn;
......
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