Commit 365850a5 by linboxuan

update opSubmitNeed

parent 8c2b8247
......@@ -43,9 +43,9 @@ class UtilsOpNeedService extends AppServiceBase {
// 提交需求
pobj.actionType = "opSubmitNeed";
var reqUrl = this.centerOrderUrl + "action/opNeed/springBoard";
this.execClientNew.execLogs(`推送蜂擎前创建需求信息->opSubmitNeed->channel(opSubmitNeed)`, pobj, "center-channel-UtilsOpNeedService-opSubmitNeed", result, null);
var result = await this.restPostUrl(pobj, reqUrl);
if (result.status == 0) {
this.execClientNew.execLogs(`推送蜂擎前创建需求信息->opSubmitNeed->channel(opSubmitNeed)`, pobj, "center-channel-UtilsOpNeedService-opSubmitNeed", result.data, null);
pobj.actionBody.phone = pobj.actionBody.mobile;
pobj.actionBody.idempotentId = result.data.channelNeedNo;
this.utilsPushSve.business2Channel(pobj, "pushNeedBusiness");
......
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