文档
测试

提交订单

POST
http://127.0.0.1:2022/order/submit_order

请求参数

参数名
类型
描述
必填
address_id
int
示例:8
必填
shipping
int
示例:1
必填
express_price
int
示例:20
必填
premium_free
float
示例:0.01
必填
num
int
示例:2
必填
region
string
示例:4,140,320
必填
images
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
order_no
string
示例:2021111818351535440
必填