简要描述:
- 用户关注列表
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/attentionUserList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
page_index | 否 | int | 页数 |
page_size | 否 | int | 每页显示数量 |
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"code": 0,
"data": [{
"uid": 144,
"attention_uid": 160,
"status": 1,
"create_time": 1565754041,
"update_time": 1565754072,
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"auser_name": "qqq",
"auser_headimg": "",
"mutual": 0
}, {
"uid": 144,
"attention_uid": 145,
"status": 1,
"create_time": null,
"update_time": 1565753994,
"user_name": "tim",
"user_headimg": "http:\/\/vslai-com-cn.oss-cn-hangzhou.aliyuncs.com\/upload\/26\/avator\/15538535455223.png",
"auser_name": "tim:",
"auser_headimg": "https:\/\/pic.vslai.com.cn\/upload\/26\/avator\/15450400927277.jpg",
"mutual": 1,
"thing_count": 1
}],
"total_count": 3,
"page_count": 1
}
}
参数名 | 类型 | 说明 |
---|---|---|
uid | int | 用户id |
attention_uid | int | 关注用户id |
status | int | 状态 |
user_name | string | 用户名 |
user_headimg | string | 用户头像 |
auser_name | string | 关注用户名 |
auser_headimg | string | 关注用户头像 |
mutual | int | 是否相互关注 1是 0否 |
thing_count | int | 干货数量 |