{
"address": "宿舍",
"canteen_id": 2,
"describe": "无",
"dining_time_id": 12,
"foods_json": "[{\"food_name\":\"螃蟹\",\"foods_id\":2407,\"spec_id\":4524,\"additive_str\":\"\",\"additive_variety_id\":\"\",\"spec_name\":\"常规\",\"number\":1,\"price\":1}]",
"phone": "18645678901",
"take_type": "TAKE_DELD",
"time_end": "2025-11-04 19:16:00",
"time_start": "2025-11-04 19:16:00",
"total_price": 1,
"discount_price": 1,
"discount_info": false,
"username": "测试111",
"pay_type": "K_MINI",
"canteen_line_id": 0,
"cabinet_id": ""
}curl --location '/mini/order/place' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"address": "宿舍",
"canteen_id": 2,
"describe": "无",
"dining_time_id": 12,
"foods_json": "[{\"food_name\":\"螃蟹\",\"foods_id\":2407,\"spec_id\":4524,\"additive_str\":\"\",\"additive_variety_id\":\"\",\"spec_name\":\"常规\",\"number\":1,\"price\":1}]",
"phone": "18645678901",
"take_type": "TAKE_DELD",
"time_end": "2025-11-04 19:16:00",
"time_start": "2025-11-04 19:16:00",
"total_price": 1,
"discount_price": 1,
"discount_info": false,
"username": "测试111",
"pay_type": "K_MINI",
"canteen_line_id": 0,
"cabinet_id": ""
}'{}