Commit 6561d137 by 宋毅

tj

parent 2e154af9
...@@ -91,7 +91,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -91,7 +91,7 @@ class UtilsFqAliyunService extends AppServiceBase {
appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "", appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "",
requestId: pobj.requestId || "", requestId: pobj.requestId || "",
op: "service/impl/utilsSve/opAliyunClientPost.js/opAliyunClientPost", op: "service/impl/utilsSve/opAliyunClientPost.js/opAliyunClientPost",
content: typeof rtn === "object" ? JSON.stringify(rtn) : rtn, content: rtn,
// clientIp: pobj.clientIp, // clientIp: pobj.clientIp,
optitle: pobj.opType + "推送结果1->fq->opAliyunClientPost", optitle: pobj.opType + "推送结果1->fq->opAliyunClientPost",
}); });
...@@ -127,7 +127,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -127,7 +127,7 @@ class UtilsFqAliyunService extends AppServiceBase {
appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "", appkey: pobj.appInfo ? pobj.appInfo.uapp_key || "" : "",
requestId: pobj.requestId || "", requestId: pobj.requestId || "",
op: "service/impl/utilsSve/opAliyunClientPost.js/opAliyunClientPost", op: "service/impl/utilsSve/opAliyunClientPost.js/opAliyunClientPost",
content: typeof rtn === "object" ? JSON.stringify(rtn) : rtn, content: rtn,
// clientIp: pobj.clientIp, // clientIp: pobj.clientIp,
optitle: pobj.opType + "推送结果2->fq->opAliyunClientPost", optitle: pobj.opType + "推送结果2->fq->opAliyunClientPost",
}); });
......
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