curl --location 'order/submit_order' \
--header 'token: 4380119fb0b42f029f8edbc53f1adb06' \
--form 'address_id="2"' \
--form 'goods="[{\\\"item_id\\\":39,\\\"num\\\":1,\\\"goods_id\\\":7,\\\"shop_id\\\":2}]"' \
--form 'coupon_id="[]"' \
--form 'delivery_type="0"' \
--form 'invoice="[]"' \
--form 'energy="100"'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"address": {
"id": 2,
"contact": "爱跳舞的草莓",
"telephone": "17630013170",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"address": "升龙广场",
"province": "北京",
"city": "北京市",
"district": "东城区"
},
"shop": [
{
"shop_id": 2,
"shop_name": "大G数码集团",
"open_invoice": 0,
"spec_invoice": 0,
"delivery_type_text": "快递发货",
"delivery_type": 0,
"coupon_list": [],
"goods": [
{
"item_id": 39,
"num": 1,
"goods_id": 7,
"shop_id": 2,
"type": 0,
"name": "Samsung SM-N9860 骁龙865+三星note20官方旗舰店5g手机",
"price": "6666.00",
"spec_value": "默认",
"image": "http://im.com:8081//uploads/images/20210623181638488155169.png",
"is_member": 1,
"member_amount": 6666,
"sum_price": 6666
}
],
"shipping_price": 0,
"total_amount": 6666,
"discount_amount": 0,
"total_num": 1
}
],
"order_type": 0,
"total_amount": 6666,
"pay_way_text": "微信支付",
"pay_way": 1,
"invoice": [],
"energy": {
"energy": 74,
"energy_to_return": 50
}
}
}