GETHeader 参数
X-Signature
string
全签名
默认值:
{{signature}}
X-Timestamps
integer
全时间戳
默认值:
{{timestamps}}
X-Nonce
string
全随机字符传
默认值:
{{nonce}}
X-Apikey
string
全应用api_key
默认值:
{{api_key}}
HTTP 状态码:200
application/json
msg
string
data
object
list
array [object]
快递公司列表
code
integer
示例
{
"msg": "string",
"data": {
"list": [
{
"id": "string",
"name": "string",
"code": "string",
"pos": "string"
}
]
},
"code": 0
}