Commit 94c40c51 by 宋毅

新接口

parent 3658d1fb
......@@ -99,11 +99,11 @@ class IcpNeedService extends AppServiceBase {
level: "A"
}
}
console.log("submitNeed--------------------------submitNeedParams----", JSON.stringify(pobj));
console.log("submitNeed--------------------------submitNeedParams----", JSON.stringify(submitNeedParams));
let reqUrl = settings.centerOrderUrl() + "action/need/springBoard";
let result = await this.restPostUrl(submitNeedParams, reqUrl);
if (result.status == 0) {
this.utilsPushSve.business2Channel(pobj, "pushNeedICPBusinessNew");
this.utilsPushSve.business2Channel(submitNeedParams, "pushNeedICPBusinessNew");
}
return result;
}
......
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