简要描述:

  • 我的粉丝列表

请求URL:

POST:一级域名/wapapi/addons/liveshopping/liveshopping/getMyFans

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "code": 1,
    "data": {
        "focus_list": [
            {
                "follow_id": 1,
                "uid": 168,//我的uid
                "follow_uid": 144,//被关注uid
                "status": 1,
                "follow_type": 2,//关注方式 1-好无圈,2-直播 
                "create_time": null,
                "update_time": null,
                "uname": "15768882033",//我的昵称
                "user_headimg": "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/2019/09/10/16/1568103823254.png",//我的头像
                "fuser_headimg": "https://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/avator/1536749006.jpeg",//被关注的头像
                "funame": "tim",//被关注的昵称
				"is_mutual_focus":true,//是否相互关注 true-是  false-否
            }
        ],
        "total_count": 1,
        "page_count": 1
    }
}

错误时返回:

{
    "code": -1,
    "message": "系统繁忙"
}

返回参数说明:

参数名 类型 说明