订单创建
POST
https://api.sooxie.com/Order/CreatOrder
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填
请求参数
application/json参数名
类型
描述
必填
stroe
string
商家 如:九龙鞋店
必填
artno
string
货号
必填
color
string
颜色
必填
size
string
尺码
必填
num
int
数量 如:1
必填
price
int
发价 如:100
必填
address
string
收货地址
必填
express
string
快递 如:中通快递 从快递列表获取
必填
remark
string
订单备注
可选
token
string
token 个人中心>订单接口 获取
必填
响应参数
application/json参数名
类型
描述
必填
success
boolean
示例:false
必填
msg
string
示例:不存在的Token
必填