Authorization: Bearer ********************
{
"goods": [
{
"id": 7,
"amount": 1
},
{
"id": 5,
"amount": 1,
"spec": [
{
"name": "颜色",
"value": "白色"
}
]
}
],
"score": 5,
"address": {
"name": "哦哦",
"phone": "18223350967",
"address": "重庆市渝北区线外城市花园3栋20楼"
},
"remarks": "备注"
}
curl --location --request POST '/api/order' \
--header 'Accept;' \
--header 'X-Requested-With;' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods": [
{
"id": 7,
"amount": 1
},
{
"id": 5,
"amount": 1,
"spec": [
{
"name": "颜色",
"value": "白色"
}
]
}
],
"score": 5,
"address": {
"name": "哦哦",
"phone": "18223350967",
"address": "重庆市渝北区线外城市花园3栋20楼"
},
"remarks": "备注"
}'
{"data":{"id":2,"sn":"202209291450179103","user_id":100,"total_money":7248,"status":0,"status_text":"\u5f85\u4ed8\u6b3e","pay_status":0,"pay_at":null,"pay_money":7243,"pay_no":null,"pay_way":null,"score_discount_amount":5,"score_discount_money":5,"score_discount_ratio":1,"ship_status":0,"ship_status_text":"\u672a\u53d1\u8d27","ship_way":"none","ship_address":{"name":"\u54e6\u54e6","phone":"18223350967","address":"\u91cd\u5e86\u5e02\u6e1d\u5317\u533a\u7ebf\u5916\u57ce\u5e02\u82b1\u56ed3\u680b20\u697c"},"ship_at":null,"ship_money":0,"user_remarks":"\u5907\u6ce8","created_at":1664434217},"code":200,"message":""}