1.1查询可用库房列表
POST
https://api.jd.com/routerjson
接口描述
开发者可查询事业部基础资料下已签署的库房列表
京东系统资料UI参考:
数据格式及编码
JOS开放平台官网说明:
Params公共请求参数
参数名
类型
描述
必填
method
string
接口方法名。请填写"jingdong.eclp.master.queryWarehouse"
必填
app_key
string
开发者应用唯一标识
必填
access_token
string
京东账户授权访问令牌码
必填
timestamp
string
请求时间, 京东网关允许误差为10分钟。 示例:2020-09-23 12:23:45
必填
format
string
数据格式。固定值"json"
必填
v
string
接口版本号,固定值"2.0"
必填
sign_method
string
签名方式,可支持"md5"(默认),"hmacmd5","hmacsha256"
可选
sign
string
签名值
必填
Request Body应用级参数
application/x-www-form-urlencodedResponse响应参数
application/json参数名
类型
描述
必填
code
string
网关状态码
必填
warehouseNo
string
eclp系统--库房编码
必填
warehouseName
string
eclp系统--库房名称
必填
status
string
eclp系统--库房状态(1初始,2启用,3禁用)
必填
contacts
string
eclp系统--库房联系人
必填
phone
string
eclp系统--库房联系手机/电话
必填
province
string
eclp系统--库房所属省
必填
city
string
eclp系统--库房所属市
必填
county
string
eclp系统--库房所属区(县)
必填
town
string
clp系统--库房所属街道(乡镇)
必填
address
string
clp系统--库房详细地址
必填