Authorization: Bearer ********************
curl --location --request GET '/api/front/order/load/pre/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"aliPayStatus": "string",
"orderInfoVo": {
"addressId": 0,
"bargainId": 0,
"bargainUserId": 0,
"cartIdList": [
0
],
"city": "string",
"combinationId": 0,
"couponFee": 0,
"detail": "string",
"district": "string",
"freightFee": 0,
"isVideo": true,
"orderDetailList": [
{
"attrValueId": 0,
"giveIntegral": 0,
"image": "string",
"isReply": 0,
"isSub": true,
"payNum": 0,
"price": 0,
"productId": 0,
"productName": "string",
"productType": 0,
"sku": "string",
"tempId": 0,
"vipPrice": 0,
"volume": 0,
"weight": 0
}
],
"orderProNum": 0,
"payFee": 0,
"phone": "string",
"pinkId": 0,
"proTotalFee": 0,
"province": "string",
"realName": "string",
"remark": "string",
"seckillId": 0,
"userBalance": 0,
"userCouponId": 0,
"userIntegral": 0,
"apiAddress": "string"
},
"payWeixinOpen": "string",
"preOrderNo": "string",
"storeSelfMention": "string",
"yuePayStatus": "string"
},
"message": "string"
}