新版「开放接口」现已发布,新增消息事件推送功能,更新人人商城至V5.32.0体验!
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 实例 |
---|---|---|---|---|---|
goods_id | int | 是 | 11 | 商品id | 7322 |
option_id | int | 否 | 11 | 规格id | 0 |
total | int | 是 | 11 | 商品数量 | 10 |
curl --location --request POST '/customOrder/index/create' \
--form 'goods_info=""' \
--form 'member_id="-1"' \
--form 'dispatch_type="10"' \
--form 'address_id=""' \
--form 'buyer_name="收货人"' \
--form 'buyer_mobile="15855223322"' \
--form 'province="安徽省"' \
--form 'city="蚌埠市"' \
--form 'area="固镇县"' \
--form 'address="详细地址"' \
--form 'address_code="340323"' \
--form 'seller_remark="订单备注"' \
--form 'dispatch_price="10"' \
--form 'is_join_member_price="1"' \
--form 'is_join_commission=""' \
--form 'custom_order_pay_type=""'
{
"error": 0,
"order": {
"id": 13293,
"pay_price": 200,
"single_order_pay_price": [],
"payment": [],
"merchant_form_ids": [],
"order_no": "1055240607102328263197"
}
}
扫码加入 开放接口 微信交流群
在这里,获得 开放接口 使用上的任何帮助,快速上手让你的研测效率得到大幅提升