Commit d21a686b by 任晓松

xuqiu

parent acb92bef
......@@ -85,6 +85,11 @@ class UtilsNeedService extends AppServiceBase {
var reqUrl = this.centerOrderUrl + "action/need/springBoard";
var result = await this.restPostUrl(pobj, reqUrl);
if (result.status == 0) {
pobj.actionBody.phone = pobj.actionBody.phone;
pobj.actionBody.appName = pobj.appInfo.app_name;
pobj.actionBody.idempotentSource = pobj.actionBody.type;
pobj.actionBody.idempotentSourceName = pobj.actionBody.type_name;
pobj.actionBody.idempotentId = pobj.actionBody.intentionBizId;
if (pobj.actionBody.channel_type_code == "esp.companyreg") {
this.utilsPushSve.aliBusiness2Fq(pobj, "pushNeedBusiness");
} else {
......
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