Commit 01310dcc by Sxy

doc: 文档

parent c1951dbd
...@@ -46,9 +46,7 @@ method : post ...@@ -46,9 +46,7 @@ method : post
"code": 0, "code": 0,
"success": true, "success": true,
"message": null, "message": null,
"data": { "data": "a102fa5c-5a5f-4282-9033-c9dfd9380584", // messageId
"messageId": "a102fa5c-5a5f-4282-9033-c9dfd9380584"
},
"requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374" "requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374"
} }
``` ```
...@@ -90,9 +88,7 @@ method : post ...@@ -90,9 +88,7 @@ method : post
"code": 0, "code": 0,
"success": true, "success": true,
"message": null, "message": null,
"data": { "data": "a102fa5c-5a5f-4282-9033-c9dfd9380584", // messageId
"messageId": "a102fa5c-5a5f-4282-9033-c9dfd9380584"
},
"requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374" "requestId": "11adcc90-98c2-4ab8-8eb6-d48d57be1374"
} }
``` ```
......
export default { export default {
MONGO: { MONGO: {
url: "mongodb://192.168.124.20:27017/message-call" url: "mongodb://192.168.18.101:27017/message-call"
}, },
MQ: { MQ: {
protocol: 'amqp', protocol: 'amqp',
hostname: '192.168.124.20', hostname: '192.168.18.102',
port: 5672, port: 5672,
username: 'guest', username: 'guest',
password: 'guest', password: 'guest',
......
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