curl --location --request GET 'http://124.223.96.189:9103/api/dc/list?m=yjb_st_wave_line&bh=10&start_time=2025-01-01&end_time=2025-02-01 23:59:59'
id 主键
bh 编号
fsw080101 站点编号
sbmc 站点名称
a3001100100 经度
a3001100200 纬度
observetime 观测时间
a3010704000 有效波高
a3010703800 平均波高
a3010704300 最大波高
a3010705100 平均波向
{
"msg": "",
"code": 200,
"data": {
"list": [
{
"a3001100200": null,
"a3010703800": null,
"IS_DELETED": 0,
"CREATE_USER": null,
"bh": "10",
"a3010704000": "2",
"a3010705100": null,
"UPDATE_USER": null,
"observetime": "2025-01-01",
"CREATE_DEPT": null,
"UPDATE_TIME": null,
"a3010704300": "3",
"sbmc": "沙程",
"fsw080101": "10",
"TENANT_ID": null,
"id": 1,
"CREATE_TIME": null,
"a3001100100": null
}
]
},
"tm": "2025-04-06 07:20:48"
}