填写订单-获取预付订单
GET
/member/order/pre请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
提示语
result
object
返回信息
userAddresses
array [object {10}]
用户地址列表
goods
array [object {10}]
商品集合
summary
object
结算信息
示例
{
"msg": "string",
"result": {
"userAddresses": [
{
"id": "string",
"provinceCode": "string",
"cityCode": "string",
"countyCode": "string",
"address": "string",
"isDefault": 0,
"receiver": "string",
"contact": "string",
"fullLocation": "string",
"postalCode": "string"
}
],
"goods": [
{
"id": "string",
"name": "string",
"picture": "string",
"count": 0,
"skuId": "string",
"attrsText": "string",
"price": 0,
"payPrice": 0,
"totalPrice": 0,
"totalPayPrice": 0
}
],
"summary": {
"goodsCount": 0,
"totalPrice": 0,
"totalPayPrice": 0,
"postFee": 0,
"discountPrice": 0
}
}
}
最后修改时间: 2 年前