{
"order_id": "20250101225843113456"
}curl --location --request POST '/outapi/order/create' \
--header 'Authori-zation: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "20250101225843113456"
}'{
"status": 200,
"msg": "success",
"data": {
"order_id": "886533910026747905",
"order_sn": "447693910026747904",
"total_num": 5,
"total_price": "0.25",
"total_postage": "0.10",
"pay_price": "0.35",
"details": [
{
"unique_id": "5053d8acdc6d522899ae6c3f997465e1",
"product_id": 845,
"sku": "白色,M",
"quantity": 5,
"price": "0.05",
"total_price": "0.25",
"postage_price": "0.10",
"pay_price": "0.35"
}
]
}
}