Appearance
portSearch
根据潮汐观察港口名称查询港口信息
根据潮汐观察港口名称模糊搜索港口。
调用方式:
typescript
const data = await client.tide.portSearch(params);请求信息: GET /dataapi/tide/getTidePortInfoByName,鉴权参数 k
请求参数 (TidePortSearchParams)
| 参数名 | 类型 | 必填 | 描述 | 补充说明 |
|---|---|---|---|---|
| name | string | 是 | 名称。 |
返回类型: TidePortSearchData
查看类型定义
typescript
export type TidePortSearchData = TideRecordShape[];