Commit 964222c4 by 蒋勇

d

parent 0205c100
...@@ -325,30 +325,45 @@ module.exports = System; ...@@ -325,30 +325,45 @@ module.exports = System;
/* /*
地址:http://192.168.1.128:401/api/queueAction/producer/springBoard 地址:http://192.168.1.128:401/api/queueAction/producer/springBoard
请求方式:post //地址:http://192.168.1.128:4019/api/queueAction/producer/springBoard
参数: 请求方式:post
{ 参数:
"actionType": "produceLogsData",// Y 功能名称 {
"actionBody": { "actionType": "produceLogsData",// Y 功能名称
"opTitle": "",// N 操作的业务标题 "actionBody": {
"identifyCode": "logs001",// Y 操作的业务标识 "opTitle": "",// N 操作的业务标题
"messageBody": {//日志的描述信息 "identifyCode": "logs001",// Y 操作的业务标识
"opUrl": "http://192.168.1.189:4012/api/test/testApi/springBoard",// N 操作的业务Url "indexName":"brg-user-center",// Y es索引值,同一个项目用一个值
"message": ""// Y 日志消息描述 "messageBody": {//日志的描述信息
"opUrl": "http://192.168.1.189:4012/api/test/testApi/springBoard",// N 操作的业务Url
"message": ""// Y 日志消息描述
},
"resultInfo":"",//返回信息
"errorInfo": ""//错误信息
}
} }
} 返回参数:
} {
logs-sytxpublic-msgq-service--日志服务 status: 1, //1为成功,否则为失败
msg: "测试成功",
data: null
}
*/ */
// let obj= { // let obj= {
// "actionType": "produceLogsData",// Y 功能名称 // "actionType": "produceLogsData",// Y 功能名称
// "actionBody": { // "actionBody": {
// "opTitle": "",// N 操作的业务标题 // "opTitle": "testxx",// N 操作的业务标题
// "identifyCode": "logs001",// Y 操作的业务标识 // "identifyCode": "testxx",// Y 操作的业务标识
// "indexName":"brg-center-manage",// Y es索引值,同一个项目用一个值
// "messageBody": {//日志的描述信息 // "messageBody": {//日志的描述信息
// "opUrl": "http://192.168.1.189:4012/api/test/testApi/springBoard",// N 操作的业务Url // "opUrl": "http://192.168.1.189:4012/api/test/testApi/springBoard",// N 操作的业务Url
// "message": ""// Y 日志消息描述 // "message": ""// Y 日志消息描述
// } // },
// "resultInfo":"",//返回信息
// "errorInfo": ""//错误信息
// } // }
// } // }
// System.postJsonTypeReq("http://192.168.1.128:401/api/queueAction/producer/springBoard",) // System.postJsonTypeReq("http://192.168.1.128:4019/api/queueAction/producer/springBoard",obj).then(r=>{
\ No newline at end of file // console.log(r)
// })
\ No newline at end of file
...@@ -33,6 +33,9 @@ var settings = { ...@@ -33,6 +33,9 @@ var settings = {
return "http://icdeliver-service"; return "http://icdeliver-service";
} }
}, },
logUrl:function(){
},
pmappname: "center-app", pmappname: "center-app",
pmappid: 1, pmappid: 1,
pmcompanyid: 1, pmcompanyid: 1,
......
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