Appearance
callByPort
港口挂靠历史
按港口和时间范围查询挂靠历史。
调用方式:
typescript
const data = await client.port.callByPort(params);请求信息: GET /apicall/GetPortOfCallByPort,鉴权参数 k
请求参数 (PortCallByPortParams)
| 参数名 | 类型 | 必填 | 描述 | 补充说明 |
|---|---|---|---|---|
| portid | number | 是 | 港口 id。 | |
| begin | number | 是 | 开始时间,时间戳秒。 | 备注: 时间戳 秒 |
| end | number | 是 | 结束时间,时间戳秒。 | 备注: 时间戳 秒 |
返回类型: PortCallByPortData
查看类型定义
typescript
export type PortCallByPortData = PortCallRecord[];