Commit 329b9fcc by Sxy

fix: del log

parent 466175dc
...@@ -63,15 +63,6 @@ class LogClient { ...@@ -63,15 +63,6 @@ class LogClient {
query.startTime = new Date(created_at[0]).getTime(); query.startTime = new Date(created_at[0]).getTime();
query.entTime = new Date(created_at[1]).getTime(); query.entTime = new Date(created_at[1]).getTime();
} }
// {
// "opTitle": "",// N 操作的业务标题
// "indexName": "sytxpublic-msgq-request",// Y es索引值,同一个项目用一个值
// "identifyCode": "needSubmit",// Y 操作的业务标识
// "messageBody": "",//N 日志的描述信息
// "resultInfo": "",//N 返回信息
// "errorInfo": "",//N 错误信息
// "requestId": "",//请求返回的requestId
// }
console.log("请求--------日志"); console.log("请求--------日志");
console.log(settings.logUrl()); console.log(settings.logUrl());
console.log(query); console.log(query);
......
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