Skip to content

callByPort

港口挂靠历史

按港口和时间范围查询挂靠历史。

调用方式:

typescript
const data = await client.port.callByPort(params);

请求信息: GET /apicall/GetPortOfCallByPort,鉴权参数 k

请求参数 (PortCallByPortParams)

参数名类型必填描述补充说明
portidnumber港口 id。
beginnumber开始时间,时间戳秒。备注: 时间戳 秒
endnumber结束时间,时间戳秒。备注: 时间戳 秒

返回类型: PortCallByPortData

查看类型定义
typescript
export type PortCallByPortData = PortCallRecord[];