Commit a0ca761d by linboxuan

lin pannong

parent 8a0bc749
...@@ -196,7 +196,7 @@ class utils360Sve extends AppServiceBase { ...@@ -196,7 +196,7 @@ class utils360Sve extends AppServiceBase {
op: "service/impl/utilsSve/utilsServiceSve.js/feedback", op: "service/impl/utilsSve/utilsServiceSve.js/feedback",
content: "参数=" + JSON.stringify(obj) + " 返回值=" + JSON.stringify(result), content: "参数=" + JSON.stringify(obj) + " 返回值=" + JSON.stringify(result),
clientIp: req.client_ip || "", clientIp: req.client_ip || "",
optitle: "服务单处理反馈接收接口" optitle: "回传会计信息"
}); });
return result; return result;
case "booksInfo": case "booksInfo":
...@@ -206,7 +206,7 @@ class utils360Sve extends AppServiceBase { ...@@ -206,7 +206,7 @@ class utils360Sve extends AppServiceBase {
op: "service/impl/utilsSve/utilsServiceSve.js/feedback", op: "service/impl/utilsSve/utilsServiceSve.js/feedback",
content: "参数=" + JSON.stringify(obj) + " 返回值=" + JSON.stringify(result), content: "参数=" + JSON.stringify(obj) + " 返回值=" + JSON.stringify(result),
clientIp: req.client_ip || "", clientIp: req.client_ip || "",
optitle: "服务单处理反馈接收接口" optitle: "帐套信息接受接口"
}); });
return result; return result;
default: default:
......
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