暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_fan_list' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 2,
"username": "admin",
"nickname": "这个人暂未设置昵称",
"usertx": "http://moranhtpro.cn/usertx.png",
"sex": "男",
"signature": "",
"title": [],
"badge": [
{
"id": 1,
"name": "初学者徽章",
"icon": "http://moranhtpro.cn/uploads/20230611/efe91ae02c9cec65918f5ab775037677.png",
"expiration_time": "2023-06-11"
}
],
"vip": false,
"status": 1
}
],
"pagecount": 1,
"current_number": 1
},
"timestamp": 1686478168
}