Commit 3e751bd5 by linboxuan

lin update es settings

parent 30e900cb
......@@ -45,6 +45,8 @@ class UtilsOpNeedService extends AppServiceBase {
var reqUrl = this.centerOrderUrl + "action/opNeed/springBoard";
var result = await this.restPostUrl(pobj, reqUrl);
if (result.status == 0) {
pobj.actionBody.phone = pobj.actionBody.mobile;
pobj.actionBody.idempotentId = result.data.channelNeedNo;
this.utilsPushSve.business2Channel(pobj, "pushNeedBusiness");
}
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