电子面单余量查询接口
POST
/v1/accountOrder/searchCount
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.yundaex.com/openapi-api/v1/accountOrder/searchCount' \
--header 'app-key;' \
--header 'sign;' \
--header 'req-time;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "999999",
"partner_id": "YUNDA",
"secret": "a123456",
"type": "common",
}'
响应示例响应示例
200 - 成功 - 成功示例
{
"code": "0000",
"message": "请求成功",
"result": true,
"data": {
"status": "1",
"msg": "请求成功",
"free_num": "1",
"remain_num": "1",
"total_num": "1",
"used_num": "1"
}
}
请求参数
Header 参数
app-key
string
开放平台发放
默认值:
{{app-key}}
sign
string
必需
默认值:
{{sign}}
req-time
string
当前时间戳(毫秒)
默认值:
{{$timestamp}}
Body 参数application/json
返回响应
修改于 2021-11-10 04:26:26