简要描述:
- 用户干货信息
请求URL:
POST/wapapi/addons/execute/addons/thingcircle/controller/thingcircle/action/getThingcircleUser
参数:
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data": {
"uid": 144,
"thing_user_name": "wxk",
"user_status": 1,
"user_headimg": "http://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/avator/15538535455223.png",
"user_tel": "tim",
"attentions": 3,
"fans": 1,
"likes": 0,
"thing_circle_uid": 365196035
}
}
参数名 | 类型 | 说明 |
---|---|---|
uid | int | 发布人id |
thing_user_name | string | 名称 |
user_headimg | string | 用户头像 |
attentions | int | 关注数 |
fans | int | 粉丝数 |
likes | int | 点赞数 |
thing_circle_uid | int | 好物圈号 |