Commit d0584796 by Sxy

fix: 日志记录

parent 44d82ccf
......@@ -71,8 +71,9 @@ class BaseClient {
console.log(` ${url} : 返回信息 ------- `);
console.log(result);
system.execLogs(
`请求:${url}`,
`请求启服通`,
{
url,
data,
headers
},
......
......@@ -28,7 +28,7 @@ var settings = {
},
logUrl: function () {
if (this.env == "dev") {
return "http://43.247.184.94:7200/api/queueAction/producer/springBoard";
return "http://192.168.18.101:4019/api/queueAction/producer/springBoard";
} else {
return "http://logs-sytxpublic-msgq-service.chaolai/api/queueAction/producer/springBoard";
}
......
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