Commit 47f7ef9d by 庄冰

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

parents 87773111 6a2efdcc
...@@ -100,7 +100,7 @@ class utils360Sve extends AppServiceBase { ...@@ -100,7 +100,7 @@ class utils360Sve extends AppServiceBase {
order_id, status order_id, status
} }
let result = await this.restPostUrl(pushObj, url); let result = await this.restPostUrl(pushObj, url);
if(result.status ==0){ if(result.status ==200){
this.pushlogSve.createDb({ this.pushlogSve.createDb({
op: "360-pushOrderStatus", op: "360-pushOrderStatus",
content: JSON.stringify(pushObj),//推送的参数信息 content: JSON.stringify(pushObj),//推送的参数信息
...@@ -115,7 +115,7 @@ class utils360Sve extends AppServiceBase { ...@@ -115,7 +115,7 @@ class utils360Sve extends AppServiceBase {
appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "", appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "",
requestId: pobj.requestId || "", requestId: pobj.requestId || "",
op: "utilsSve/utils360Sve/pushOrderStatus", op: "utilsSve/utils360Sve/pushOrderStatus",
content: "error:" + e.stack, content: "error:" + result.msg,
// clientIp: pobj.clientIp, // clientIp: pobj.clientIp,
optitle: pobj.opType + "推送操作异常status->pushOrderStatus", optitle: pobj.opType + "推送操作异常status->pushOrderStatus",
}); });
......
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