节点数量查询 websocket测试 GET /tgky/config-info/getNodesNumberList 响应参数 参数名 类型 描述 必填 msg string 示例:success 必填 code int 示例:0 必填 data array 数据列表 必填 configId int 主键 必填 configType string 节点类型 1天基骨干节点 2天基接入节点 3地基节点 4用户节点 必填 configKey string 配置项key 必填 configValue string 配置项键 必填 说明 / 示例 { "msg": "success", "code": 0, "data": [ { "configId": 1, "configType": "1", "configKey": "天机骨干节点", "configValue": "10" }, { "configId": 2, "configType": "2", "configKey": "天机接入节点", "configValue": "120" }, { "configId": 3, "configType": "3", "configKey": "地基节点", "configValue": "24" } ] }
{ "msg": "success", "code": 0, "data": [ { "configId": 1, "configType": "1", "configKey": "天机骨干节点", "configValue": "10" }, { "configId": 2, "configType": "2", "configKey": "天机接入节点", "configValue": "120" }, { "configId": 3, "configType": "3", "configKey": "地基节点", "configValue": "24" } ] }