Skip to content

list

自定义区域列表

查询当前 key 下配置的所有自定义区域。

调用方式:

typescript
const data = await client.area.list(params);

请求信息: GET /customArea/list,鉴权参数 k

返回类型: AreaListData

查看类型定义
typescript
export type AreaListData = AreaRecord[];