Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/consumer/consumer-event/getInfo?id=&openId=&eventId=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"openId": "string",
"eventId": 0,
"likeCount": 0,
"commentCount": 0,
"shareCount": 0,
"wantCount": 0
}
}