curl --location 'https://tinterface.mcake.com/openapi/store/order/submit' \
--header 'appAuthToken: f1811df6e312ba5a9941c9f2068505e7' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "20260616002",
"cityId": 675,
"shopId": 3936976,
"deliveryMode": 2,
"bookType": 1,
"bookDate": "2026-06-16",
"bookTime": {
"start": "10:00",
"end": "12:00"
},
"goods": [
{
"sku": "C9906",
"name": "牛乳草莓",
"spec": "6英寸",
"num": "1",
"price": "228.00",
"blessing": ""
},
{
"sku": "C206164",
"name": "轻茶椰椰",
"spec": "6英寸",
"num": "1",
"price": "238.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": ""
}'