Commit e659e752 by linboxuan

lin pannong order orderSnapshot

parent deab83bc
...@@ -23,7 +23,6 @@ class utils360Sve extends AppServiceBase { ...@@ -23,7 +23,6 @@ class utils360Sve extends AppServiceBase {
* @param {*} actionBody * @param {*} actionBody
*/ */
async submitService(pobj, actionBody,req) { async submitService(pobj, actionBody,req) {
// 获取userpin 为什么在这里获取?原因:getWay获取不到手机号 再去调用其他接口浪费资源 // 获取userpin 为什么在这里获取?原因:getWay获取不到手机号 再去调用其他接口浪费资源
pobj.actionType = "getLoginByUserName"; pobj.actionType = "getLoginByUserName";
pobj.actionBody.channelUserId = actionBody.contactMobile; // 即:86_18512345678 pobj.actionBody.channelUserId = actionBody.contactMobile; // 即:86_18512345678
...@@ -101,6 +100,7 @@ class utils360Sve extends AppServiceBase { ...@@ -101,6 +100,7 @@ class utils360Sve extends AppServiceBase {
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
// 还需要推送fq 需要提醒会计。目前没有
this.utilsPushSve.aliBusiness2Delivery(deliveryObj, "submitService"); this.utilsPushSve.aliBusiness2Delivery(deliveryObj, "submitService");
return system.getResultSuccess({orderNo:pobj.actionBody.orderNo}); return system.getResultSuccess({orderNo:pobj.actionBody.orderNo});
} }
......
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