{
"address_id": 34,
"shipping_type": [
{
"type_id": 1,
"shop_id": 0,
"type_name": "默认快递"
}
],
"pay_type_id": 1,
"use_point": 0,
"use_balance": 779234.87,
"flow_type": 1
}
curl --location --request POST '/api/order/check/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"address_id": 34,
"shipping_type": [
{
"type_id": 1,
"shop_id": 0,
"type_name": "默认快递"
}
],
"pay_type_id": 1,
"use_point": 0,
"use_balance": 779234.87,
"flow_type": 1
}'
{
"code": 0,
"msg": "ok",
"data": {
"order_id": 1037,
"return_type": 1,
"errcode": 0,
"message": ""
}
}