文档
测试

查询已添加的测站列表

GET
http://47.108.192.186:8080/business/synstcd/page?page=1&limit=10&deptId=1067246875800000064&tableName=st_river_r

接口描述

分页查询已添加的测站列表

请求参数

参数名
类型
描述
必填
page(必填)
int
当前页码
必填
limit(必填)
int
每页记录数
必填
deptId(必填)
string
查询的部门ID
必填
tableName(必填)
string
要查询的测站类型。st_river_r:河道 ;st_rsvr_r:水库;st_pptn_r:雨量
必填

说明 / 示例

返回值示例 ```json { "code": 0, "msg": "success", "data": { "total": 1, "list": [ { "id": "333", "stcd": "6031VE01", "latesttm": "2015-07-04 00:00:00", "deptId": "1067246875800000064", "tenantCode": "1001", "tablename": "st_river_r" } ] } } ```