Authorization: Bearer ********************
curl --location --request GET '/api/front/combination/detail/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"masterStatus": "string",
"pinkList": [
{
"addTime": 0,
"avatar": "string",
"cid": 0,
"count": 0,
"countPeople": 0,
"id": 0,
"isRefund": true,
"isTpl": true,
"is_virtual": true,
"kid": 0,
"nickname": "string",
"orderId": "string",
"orderIdKey": 0,
"people": 0,
"pid": 0,
"price": 0,
"status": 0,
"stopTime": 0,
"totalNum": 0,
"totalPrice": 0,
"uid": 0
}
],
"pinkOkList": [
{
"addTime": 0,
"avatar": "string",
"cid": 0,
"count": 0,
"countPeople": 0,
"id": 0,
"isRefund": true,
"isTpl": true,
"is_virtual": true,
"kid": 0,
"nickname": "string",
"orderId": "string",
"orderIdKey": 0,
"people": 0,
"pid": 0,
"price": 0,
"status": 0,
"stopTime": 0,
"totalNum": 0,
"totalPrice": 0,
"uid": 0
}
],
"pinkOkSum": 0,
"productAttr": [
{
"attrName": "string",
"attrValues": "string",
"id": 0,
"isDel": true,
"productId": 0,
"type": 0
}
],
"productValue": {
"property1": {},
"property2": {}
},
"storeCombination": {
"content": "string",
"ficti": 0,
"id": 0,
"image": "string",
"onceNum": 0,
"otPrice": 0,
"people": 0,
"price": 0,
"productId": 0,
"quota": 0,
"quotaShow": 0,
"sales": 0,
"sliderImage": "string",
"storeInfo": "string",
"storeName": "string",
"unitName": "string"
},
"userCollect": true
},
"message": "string"
}