Commit 6c7183cb by 宋毅

tj

parent e1dfcad5
...@@ -28,10 +28,10 @@ class UtilsOrderService extends AppServiceBase { ...@@ -28,10 +28,10 @@ class UtilsOrderService extends AppServiceBase {
this.execClientNew.execLogs("pushNewFq-2", pobj, "center-channel-utilsOrderSve-pushNewFqByChannelOrderNo", opResult, null); this.execClientNew.execLogs("pushNewFq-2", pobj, "center-channel-utilsOrderSve-pushNewFqByChannelOrderNo", opResult, null);
if (opResult.status == 0) { if (opResult.status == 0) {
opResult.data.appInfo = { opResult.data.appInfo = {
uapp_id: appInfo.uapp_id, uapp_id: pobj.appInfo.uapp_id,
uapp_key: appInfo.uapp_key, uapp_key: pobj.appInfo.uapp_key,
app_code: appInfo.app_code, app_code: pobj.appInfo.app_code,
contact_mobile: appInfo.contact_mobile contact_mobile: pobj.appInfo.contact_mobile
}; };
opResult.data.userInfo = { opResult.data.userInfo = {
channel_userid: opResult.data.order_info.channelUserId, channel_userid: opResult.data.order_info.channelUserId,
......
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