文档
测试

各站同步日志

GET
http://localhost:8083/business/synstcd/page?page=1&limit=2&deptId=1067246875800000064

请求参数

参数名
类型
描述
必填
page
int
当前页
必填
limit
int
每页记录数
必填
deptId
int
部门ID
必填

说明 / 示例

返回值示例 ```json { "code": 0, "msg": "success", "data": { "total": 1, "list": [ { "id": "333", "stcd": "6031VE01", "latesttm": "2015-07-04 00:00:00", "deptId": "1067246875800000064", "tenantCode": "0", "tablename": "st_river_r" } ] } } ``` 字段解释 - stcd: 测站编码 - latesttm: 同步时间 - tablename:数据表名称