allTimes websocket测试 GET http://localhost:8080/dianyeAutho/rest/JsonData/allTimes 接口描述 获取全部时间季度的Json数据 响应参数 参数名 类型 描述 必填 code int 示例:0 必填 message string 示例:Success 必填 data object 数据字典 必填 Alltime array 数据列表 必填 tid int 示例:13 必填 time string 示例:1903 必填 说明 / 示例 "code": 0, "message": "Success" "data": { "Alltime": [ { "tid":13, "time": "1903" }, { "tid": 14, "time": "期初值" }, { "tid": 15, "time": "1803" } ] } }
"code": 0, "message": "Success" "data": { "Alltime": [ { "tid":13, "time": "1903" }, { "tid": 14, "time": "期初值" }, { "tid": 15, "time": "1803" } ] } }