Commit ccee0aa1 by 王勇飞

Merge branch 'gsb-center-manage' of gitlab.gongsibao.com:jiangyong/zhichan into gsb-center-manage

parents 48869e15 af9e70ad
...@@ -42,7 +42,9 @@ class TxHandler { ...@@ -42,7 +42,9 @@ class TxHandler {
"contactsName": datajson.actionBody.ContactsName, "contactsName": datajson.actionBody.ContactsName,
"contactsPhone": datajson.actionBody.ContactsMobile, "contactsPhone": datajson.actionBody.ContactsMobile,
"businessType": datajson.actionBody.ConsultType, "businessType": datajson.actionBody.ConsultType,
"businessName": datajson.actionBody.ConsultTypeName "businessName": datajson.actionBody.ConsultTypeName,
"channelSource": "tencentCloud",
"sourceNumber":"tx"
} }
if (datajson.actionBody.Notes && datajson.actionBody.Notes != 'undefined') { if (datajson.actionBody.Notes && datajson.actionBody.Notes != 'undefined') {
params.memoInfo = datajson.actionBody.Notes; params.memoInfo = datajson.actionBody.Notes;
...@@ -214,6 +216,8 @@ class TxHandler { ...@@ -214,6 +216,8 @@ class TxHandler {
requrl = this.icUrl + "/deliverybillCtl/insertInfo"; requrl = this.icUrl + "/deliverybillCtl/insertInfo";
var bizurl = this.icUrl + "/bizoptCtl/updateStatusByDemandCode"; var bizurl = this.icUrl + "/bizoptCtl/updateStatusByDemandCode";
var params = { var params = {
"channelSource": "tencentCloud",
"sourceNumber":"tx",
"deliverNumber": datajson.actionBody.orderNum, "deliverNumber": datajson.actionBody.orderNum,
"servicerName": datajson.actionBody.servicerName, "servicerName": datajson.actionBody.servicerName,
"serviceCode": datajson.actionBody.regionId, "serviceCode": datajson.actionBody.regionId,
......
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