Appearance
detail
单船查询
根据船舶主键查询单船的实时基础信息。
调用方式:
typescript
const data = await client.ship.detail(params);请求信息: GET /apicall/GetSingleVesselShip,鉴权参数 k
请求参数 (ShipDetailParams)
| 参数名 | 类型 | 必填 | 描述 | 补充说明 |
|---|---|---|---|---|
| id | number | 是 | 船舶主键。 |
返回类型: ShipDetailData
查看类型定义
typescript
export type ShipDetailData = ShipRecord;