{
"botId": "{{botId}}",
"userId": "{{userId}}"
}curl --location --request POST 'http://localhost/getUser' \
--header 'X-Token: yoyohuhu' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "{{botId}}",
"userId": "{{userId}}"
}'{
"code": 0,
"data": {
"email": "",
"id": "13131003",
"name": "楠哥",
"remark": "",
"sign": "",
"sex": 2,
"age": 27,
"country": "",
"province": "",
"city": "",
"level": 45,
"likeTotal": 1491,
"online": "",
"todayLikedTotal": 0,
"group": "",
"possibleLikeTotal": 1,
"continuousOnlineDayTotal": 1302
}
}