# 接口定义

# 1,请求头

# 1.1 url

https://developers.cjdropshipping.com/api2.0/v1/storage/list

统一域名:https://developers.cjdropshipping.com
接口标识:api2.0
接口版本:v1
接口uri: /storage/list

# 1.2 header

名称 是否必填 描述
Content-Type default : application/json
CJ-Access-Token default : Your secret key in CJ

# 1.3 curl

curl --location --request PATCH 'https://developers.cjdropshipping.com/api2.0/v1/setting/account/set' \
                --header 'CJ-Access-Token: xxxxxxxxxxxxxxxxxxxxxx' \
                --header 'Content-Type: application/json' \
                --data-raw '{
                    "openName": "",
                    "openEmail": ""
                }'

# 2,统一返回

返回字段 字段意思 字段类型 长度 备注
code 错误码 int 20 返回错误码标准表
result 是否正常返回 boolean 1
message 返回信息 string 200
data 接口数据返回
requestId 请求Id string 48 用于日志查询错误