curl --location --request GET '/member/order/repurchase/'
{
"msg": "string",
"result": {
"userAddresses": [
{
"id": "string",
"provinceCode": "string",
"cityCode": "string",
"countyCode": "string",
"address": "string",
"isDefault": 0
}
],
"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
}
}
}