创建订单接口
POST
/order/operation/creator
最后修改时间:2025-05-22 03:01:53
请求参数
Body 参数multipart/form-data
member_id
integer
会员ID
示例值:
1
goods_info[0][goods_id]
integer
商品ID
示例值:
1
goods_info[0][option_id]
integer
必需
示例值:
1
goods_info[0][total]
integer
购买数量
示例值:
10
goods_info[1][goods_id]
integer
商品ID
示例值:
1
goods_info[1][option_id]
integer
必需
示例值:
2
goods_info[1][total]
integer
购买数量
示例值:
5
address_id
integer
必需
示例值:
1
buyer_name
string
必需
buyer_mobile
string
必需
buyer_remark
string
买家备注
dispatch_type
integer
必需
示例值:
10
is_pay
integer
必需
示例值:
0