{
"checkType": 1,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 3
},
{
"goodsId": 280304,
"specId": 539097,
"num": 1,
"yfMode": 2,
"price": 1760
}
],
"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/v1/order/order_preview' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkType": 1,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 3
},
{
"goodsId": 280304,
"specId": 539097,
"num": 1,
"yfMode": 2,
"price": 1760
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "05084948-7957-11ee-8937-08002763b2f5",
"content": {
"totalGoodsPrice": 1763,
"totalShipPrice": 1,
"totalWlPrice": 100,
"totalPrice": 1764,
"detail": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 3,
"totalGoodsPrice": 3,
"totalShipPrice": 1,
"totalPrice": 4,
"shippingFeeDetail": {
"shipPrice": 1,
"basicShipPrice": 0,
"totalShipPrice": 1,
"yfModeType": 1
}
},
{
"goodsId": 280304,
"specId": 539097,
"num": 1,
"yfMode": 2,
"price": 1760,
"totalGoodsPrice": 1760,
"totalShipPrice": 0,
"totalPrice": 1760,
"shippingFeeDetail": {
"shipPrice": 100,
"basicShipPrice": 0,
"totalShipPrice": 100,
"yfModeType": 2
}
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}
}