参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Authorization | String | 是 | HMAC-SHA256 Credential=BDPP2952f97532xxxxxx/20240716/cn/openPlatform/request, SignedHeaders=host;x-content-sha256;x-date, Signature=131f3d297eb22a7xxxxxx | 详细介绍请查阅调用方式文档 |
X-Tenant | String | 是 | 1 | 项目id |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ApiAction | String | 是 | getPortalEntityCnt | 对应“请求说明”中的“接口名称” |
ApiVersion | String | 是 | 2024-05-22 | 版本号: 2024-05-22 |
无
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
msg | String | 接口返回信息 | |
code | Number | 状态码,0表示正常 | |
data | Object | 接口返回数据体 | |
traceId | String | 跟踪id |
data字段内容
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
idTypes | Array | 子id数量 | |
date | String | 日期 | |
totalCount | Integer | 当日数量 | |
increaseCount | Integer | 新增数量 | |
decreaseCount | Integer | 减少数量 | |
calculateTime | String | 计算时间 |
无
无
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | invalidParameter | PARAMETER INVALID | 参数非法,检查入参。 |