暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_follow_list' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"username": "moran",
"nickname": "这个人暂未设置昵称",
"usertx": "http://moranhtpro.cn/usertx.png",
"sex": 0,
"signature": "这个人暂未设置个性签名",
"title": [],
"badge": [],
"status": 0,
"sexName": "男",
"vip": false,
"hierarchy": "名称5"
}
],
"pagecount": 1,
"current_number": 1
},
"timestamp": 1689422987
}