curl --location 'https://tinterface.mcake.com/openapi/store/order/preSubmit' \
--header 'appAuthToken: 20fec71f0d4a01e8042ed59b0e43dc84' \
--header 'Content-Type: application/json' \
--data '{
"cityId": 675,
"shopId": 3936976,
"deliveryMode": 2,
"bookType": 1,
"bookDate": "2026-06-16",
"bookTime": {
"start": "10:00",
"end": "12:00"
},
"goods": [
{
"sku": "C9904",
"name": "牛乳草莓",
"spec": "4英寸",
"num": "1",
"price": "128.00",
"blessing": ""
},
{
"sku": "C205025",
"name": "轻茶椰椰",
"spec": "4英寸",
"num": "1",
"price": "138.00",
"blessing": ""
},
{
"sku": "C205026",
"name": "轻豆乳黑芝麻",
"spec": "4英寸",
"num": "1",
"price": "138.00",
"blessing": ""
}
],
"address": {
"province": "北京市",
"city": "北京市",
"county": "朝阳区",
"address": "望京西路50号",
"lng": 116.464891,
"lat": 39.989589,
"consignee": "测试",
"mobile": "13800000138"
},
"deliveryFee": 0.00,
"remark": ""
}'