获取测站类型下拉框 websocket测试 GET http://localhost:8080/sys/dict/data/key/stations_type 说明 / 示例 返回的数据如下: ```json { "code": 0, "msg": "success", "data": [ { "id": "1342290013934026753", "dictTypeId": "1342289467894366210", "dictLabel": "气象站点", "dictValue": " ", "remark": "", "sort": 0, "createDate": "2020-12-25 10:04:12", "updateDate": "2020-12-25 10:04:12" }, { "id": "1342290306897772545", "dictTypeId": "1342289467894366210", "dictLabel": "水文站点", "dictValue": "1,2,3,4", "remark": "", "sort": 0, "createDate": "2020-12-25 10:05:22", "updateDate": "2020-12-25 10:05:22" }, { "id": "1342290231022813186", "dictTypeId": "1342289467894366210", "dictLabel": "山洪站点", "dictValue": "5", "remark": "", "sort": 1, "createDate": "2020-12-25 10:05:04", "updateDate": "2020-12-25 10:05:04" } ] } ```
返回的数据如下: ```json { "code": 0, "msg": "success", "data": [ { "id": "1342290013934026753", "dictTypeId": "1342289467894366210", "dictLabel": "气象站点", "dictValue": " ", "remark": "", "sort": 0, "createDate": "2020-12-25 10:04:12", "updateDate": "2020-12-25 10:04:12" }, { "id": "1342290306897772545", "dictTypeId": "1342289467894366210", "dictLabel": "水文站点", "dictValue": "1,2,3,4", "remark": "", "sort": 0, "createDate": "2020-12-25 10:05:22", "updateDate": "2020-12-25 10:05:22" }, { "id": "1342290231022813186", "dictTypeId": "1342289467894366210", "dictLabel": "山洪站点", "dictValue": "5", "remark": "", "sort": 1, "createDate": "2020-12-25 10:05:04", "updateDate": "2020-12-25 10:05:04" } ] } ```