Commit 33fe4772 by sxy

feat: 商机写库

parent badda67a
...@@ -31,9 +31,11 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -31,9 +31,11 @@ class UtilsFgbusinesschancService extends AppServiceBase {
if (!Array.isArray(actionBody.businessData)) { if (!Array.isArray(actionBody.businessData)) {
return system.getResult(null, "actionBody.businessData should be Array,100290"); return system.getResult(null, "actionBody.businessData should be Array,100290");
} }
var reqUrl = this.centerOrderUrl + "action/fgbusinesschance/springBoard";
let result = actionBody.businessData let result = actionBody.businessData
for (let val of result) { for (let val of result) {
pobj.actionBody = val; pobj.actionBody = val;
this.restPostUrl(pobj, reqUrl);
this.utilsPushSve.aliBusiness2Fq(pobj, "pushRePurchaseBusiness"); this.utilsPushSve.aliBusiness2Fq(pobj, "pushRePurchaseBusiness");
} }
......
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