X-Access-Token: ********************
{
"id": 0,
"unionId": "string",
"type": "string",
"bigUrl": "string",
"createDate": "string",
"channel": 0
}
curl --location --request POST 'http://127.0.0.1:8080/user/getMedalReward?open_id' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"id": 0,
"unionId": "string",
"type": "string",
"bigUrl": "string",
"createDate": "string",
"channel": 0
}'
{
"code": 0,
"msg": "查询用户组件",
"data": [
{
"id": 0,
"unionId": "",
"type": "",
"bigUrl": "",
"createDate": ""
}
]
}