{
"orderType": "Food",
"orderId": "5151571151751",
"createLoad": {
"phone": "18888888888",
"entPara": "5151571151751",
"shopId": "69db33a3-d631-4b22-0300-c085f97f870c",
"brand": "KD",
"products": [
{
"productId": "SP8613",
"linkId": "SP8613-00001",
"quantity": 1,
"nameCn": "yummy苹果小鱼纤气水",
"imageUrl": "https://cdn-product-prod.yummy.tech:443/productmanager-admin/2025/08/47ede59432254ef09b6b8a63c6c487d4_yummy苹果小鱼纤气水-缩略图.png",
"menuFlag": "C",
"sellPrice": "26.00",
"oPrice": "26",
"selected": [
{
"round": 0,
"products": [
{
"productId": "SP8613-00002",
"linkId": "",
"quantity": 1
}
]
}
]
}
]
}
}curl --location --request POST '/order/creatOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderType": "Food",
"orderId": "5151571151751",
"createLoad": {
"phone": "18888888888",
"entPara": "5151571151751",
"shopId": "69db33a3-d631-4b22-0300-c085f97f870c",
"brand": "KD",
"products": [
{
"productId": "SP8613",
"linkId": "SP8613-00001",
"quantity": 1,
"nameCn": "yummy苹果小鱼纤气水",
"imageUrl": "https://cdn-product-prod.yummy.tech:443/productmanager-admin/2025/08/47ede59432254ef09b6b8a63c6c487d4_yummy苹果小鱼纤气水-缩略图.png",
"menuFlag": "C",
"sellPrice": "26.00",
"oPrice": "26",
"selected": [
{
"round": 0,
"products": [
{
"productId": "SP8613-00002",
"linkId": "",
"quantity": 1
}
]
}
]
}
]
}
}'{
"data": "FOOD_OR_20250211004",
"code": 200,
"msg": "下单成功",
"error": false,
"success": true,
"warn": false
}