Commit 470e04a9 by 宋毅

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

parents 08f63d9d 1fe68bf7
...@@ -339,7 +339,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -339,7 +339,7 @@ class UtilsOrderService extends AppServiceBase {
uapp_id: appInfo.uapp_id, uapp_id: appInfo.uapp_id,
uapp_key: appInfo.uapp_key, uapp_key: appInfo.uapp_key,
app_code: appInfo.app_code, app_code: appInfo.app_code,
app_name: appInfo.app_name contact_mobile: appInfo.contact_mobile
}; };
opResult.data.userInfo = { opResult.data.userInfo = {
channel_userid: opResult.data.order_info.channelUserId, channel_userid: opResult.data.order_info.channelUserId,
...@@ -495,7 +495,8 @@ class UtilsOrderService extends AppServiceBase { ...@@ -495,7 +495,8 @@ class UtilsOrderService extends AppServiceBase {
uapp_id: appInfo.uapp_id, uapp_id: appInfo.uapp_id,
uapp_key: appInfo.uapp_key, uapp_key: appInfo.uapp_key,
app_code: appInfo.app_code, app_code: appInfo.app_code,
app_name: appInfo.app_name app_name: appInfo.app_name,
contact_mobile: 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