~!@#$%^&*()=|{}':;\[].<>?!¥…()—【】‘;:”“’。,、?{
"orderNo": "230029101363325102",
"checkType": 3,
"allowNonPackage": 1,
"goods": [
{
"goodsId": 318763,
"specId": 5363157,
"num": 1,
"yfMode": 1,
"price": 5,
"shipPrice": 0
},
{
"goodsId": 318774,
"specId": 5363206,
"num": 5,
"yfMode": 1,
"price": 70,
"shipPrice": 0
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/order/order_create' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "230029101363325102",
"checkType": 3,
"allowNonPackage": 1,
"goods": [
{
"goodsId": 318763,
"specId": 5363157,
"num": 1,
"yfMode": 1,
"price": 5,
"shipPrice": 0
},
{
"goodsId": 318774,
"specId": 5363206,
"num": 5,
"yfMode": 1,
"price": 70,
"shipPrice": 0
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}'{
"status": 200,
"msg": "请求成功",
"requestId": "4a44dd0c-87c7-11f0-8267-080027db4a40",
"content": {
"orderSn": "25090214372721365018",
"orderNo": "230029101363325102",
"totalGoodsPrice": 355,
"totalShipPrice": 0,
"totalWlPrice": 0,
"totalPrice": 355,
"detail": [
{
"orderId": 9578243,
"goodsId": 318763,
"specId": 5363157,
"num": 1,
"yfMode": 1,
"yfModeType": 1,
"goodsPrice": 5,
"totalGoodsPrice": 5,
"totalShipPrice": 0,
"totalPrice": 5,
"packageType": 1
},
{
"orderId": 9578244,
"goodsId": 318774,
"specId": 5363206,
"num": 3,
"yfMode": 1,
"yfModeType": 1,
"goodsPrice": 70,
"totalGoodsPrice": 210,
"totalShipPrice": 0,
"totalPrice": 210,
"packageType": 1
},
{
"orderId": 9578245,
"goodsId": 318774,
"specId": 5363206,
"num": 2,
"yfMode": 1,
"yfModeType": 1,
"goodsPrice": 70,
"totalGoodsPrice": 140,
"totalShipPrice": 0,
"totalPrice": 140,
"packageType": 2
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}
}