订单推送
POST
http://127.0.0.1:2010/order/push
请求参数
参数名
类型
描述
必填
secret_key
string
示例:713f38e89eb40a0f4f14e6119764a15c
必填
order_list
string
示例:[{"order_no":"M20210001212","recept_address":"天河天虹科技园","order_date":"2021-08-01 09:00:00","receptor":"张三","recept_address1":"天河天虹科技园","recept_address2":"","city":"广州市","provinces":"广东省","postCode":"0000000","country":"中国","mobile":"18888888888","remark":"","order_item":[{"p_asin":"kl00001","p_name":"电子成品","quantity":1,"price":99},{"p_asin":"kl00002","p_name":"LL成品","quantity":1,"price":98}]}]
必填
order_no
string
订单号
必填
order_date
datetime
订单时间:2021-09-12 10:02:11
必填
recept_date
datetime
交货时间:2021-09-12 00:00:00
必填
receptor
string
发货人
可选
recept_address
string
收货地址
可选
recept_address1
string
收货地址1
可选
recept_address2
string
收货地址2
可选
city
string
城市
可选
provinces
string
州/省份
可选
postCode
string
邮政编码
可选
country
string
国家
可选
mobile
string
联系方式
可选
remark
string
备注
可选
响应参数
参数名
类型
描述
必填
code
int
说明:code:0返回成功,code:1000错误,示例:0
必填
msg
string
示例:
必填
data
array
成功则返回具体的order_no数组
必填