Commit 77dbd771 by 庄冰

Merge branch 'igirl-channel-gateway' of gitlab.gongsibao.com:jiangyong/zhichan…

Merge branch 'igirl-channel-gateway' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel-gateway
parents 7541072e 32c3f72e
...@@ -614,7 +614,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -614,7 +614,7 @@ class UtilsNeedSve extends AppServiceBase {
actionType: "getLoginByUserName", actionType: "getLoginByUserName",
actionBody: {} actionBody: {}
}; };
if (pobj.isDirectBuy){//直购 if (pobj.isDirectBuy === "true"){//直购
userparam.actionBody.channelUserId = pobj.mobile userparam.actionBody.channelUserId = pobj.mobile
userparam.actionBody.mobile = pobj.mobile userparam.actionBody.mobile = pobj.mobile
userparam.actionBody.userName = pobj.mobile userparam.actionBody.userName = pobj.mobile
......
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