变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-03-25 | Rocky Feng | 上线 | |
客户模块V1.2.0 | 2024-10-23 | Fain Mo | 修改 | 新增ts mt服务器信息 |
code | msg | msg_cn |
---|
curl --location --request GET '/control/mt/server/info?zone=A'
{
"code": 0,
"success": true,
"data": {
"info": [
{
"id": "bss-stg-a-01",
"server_id": "bss-stg-a-01",
"server_name": "MT5真实服务器",
"server_type": 2,
"licences": "HngY-Q9F0bOG84",
"host": "10.7.3.50",
"port": 443,
"is_live_server": 1,
"bss": {
"appid": "appb8fa5904d915",
"zone": "A",
"manager_id": 2001,
"manager_pass": "WeI*Dg1v",
"status": 2,
"rs_status": 2
}
},
{
"id": "bss-stg-demo-01",
"server_id": "bss-stg-demo-01",
"server_name": "mt5服务器",
"server_type": 2,
"licences": "HngY-Q9F0bOG84",
"host": "10.7.3.50",
"port": 443,
"is_live_server": 1,
"bss": {
"appid": "appe39a5ddc6c5c",
"zone": "A",
"manager_id": 2002,
"manager_pass": "MbRcB+7e",
"status": 2,
"rs_status": 2
}
},
{
"id": "38kd-sdkwe3ke9-01",
"server_id": "38kd-sdkwe3ke9-01",
"server_name": "mt5服务器(ts)",
"server_type": 2,
"licences": "HngY-Q9F0bOG84",
"host": "10.7.3.50",
"port": 443,
"is_live_server": 1,
"trading_system": {
"appid": "appb8fa5904d915",
"zone": "A",
"manager_id": 2006,
"manager_pass": "TjKlLw+1",
"status": 2,
"rs_status": 2
}
},
{
"id": "38kd-sdkwe3ke9-02",
"server_id": "38kd-sdkwe3ke9-01",
"server_name": "mt5服务器(ts)",
"server_type": 2,
"licences": "HngY-Q9F0bOG84",
"host": "10.7.3.50",
"port": 443,
"is_live_server": 1,
"trading_system": {
"appid": "appe39a5ddc6c5c",
"zone": "A",
"manager_id": 2006,
"manager_pass": "TjKlLw+1",
"status": 2,
"rs_status": 2
}
}
]
},
"msg": "success",
"traceId": "e20423fe-90fe-482d-8a49-bb1e8a029e39"
}