Commit b63258bf by 陈思聪

fix:日志打印

parent c1e81025
......@@ -203,6 +203,12 @@ class UtilsNeedSve extends AppServiceBase {
}
//百度icp 2.3 请求
async icpOrderStatus(pobj) {
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "icpOrderStatus:" + pobj.bizId,
op: "api/action/intentionapi/springBoard",
content: "入参:" + JSON.stringify(pobj),
clientIp: ""
});
var self = this;
if (!pobj.appInfo || !pobj.appInfo.uapp_key || !pobj.appInfo.uapp_secret) {
return this.getResult(self.getUUID(), "无效应用")
......
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