-
Notifications
You must be signed in to change notification settings - Fork 11
system
phachon edited this page Jun 6, 2018
·
1 revision
- Path: /system/index (/)
- Request: HTTP
- Method: GET
- Auth Token: false
- Params:
- Success:
{
"code": 1,
"message": "success",
"data": {
"version": "v0.1"
}
}
reload wmqx: restart init all message and redeclare all consumer to rabbitmq
- Path: /system/reload?
- Request: HTTP
- Method: GET
- Auth Token: true -> How to pass token?
- Params:
- Success:
{
"code": 1,
"message": "success",
"data": {}
}
- Failed:
{
"code": 0,
"message": "error",
"data": {}
}