简要描述:

  • 奖励列表

请求URL:

GET/plugin.share-activity.frontend.activity.browse-member

参数:

参数名 是否必须 类型 说明
activity_id int 活动id
page int 页数,不传默认第1页

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "current_page": 1,
        "data": [
			{
				"id": 38,
				"activity_id": 12,
				"uid": 165120,
				"created_at": "2024-04-01 10:08:25",
				"updated_at": "2024-04-01 10:08:25",
				"member": {
					"uid": 165120,
					"nickname": "13*******66",
					"realname": "",
					"mobile": "13226666666",
					"avatar": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2021/12/68a0a0cfdbaa5785ee764c1971887026.jpg",
					"avatar_image": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/images/1/2021/12/68a0a0cfdbaa5785ee764c1971887026.jpg",
					"username": "13*******66"
				}
			},
			{
				"id": 31,
				"activity_id": 12,
				"uid": 164823,
				"created_at": "2023-11-09 10:26:30",
				"updated_at": "2023-11-09 10:26:30",
				"member": {
					"uid": 164823,
					"nickname": "L-S-Ting1",
					"realname": "85",
					"mobile": "13827653085",
					"avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/wJXw4HRsLPa2RI6uOkib8yV8CcVm5oDyXjvlR6ap7vOFwsRZiaN9gC8ynXDwB4xKkX4N94jOEXtckSGMyacrlAIg/132",
					"avatar_image": "https://thirdwx.qlogo.cn/mmopen/vi_32/wJXw4HRsLPa2RI6uOkib8yV8CcVm5oDyXjvlR6ap7vOFwsRZiaN9gC8ynXDwB4xKkX4N94jOEXtckSGMyacrlAIg/132",
					"username": "L-S-Ting1"
				}
			}
        ],
        "first_page_url": "https://dev8.yunzmall.com/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "https://dev8.yunzmall.com/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "https://dev8.yunzmall.com/addons/yun_shop/api.php",
        "per_page": 10,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

错误时返回:

{
	result: 0,
	msg: "参数错误",
	data: [ ]
}

返回参数说明:

参数名 类型 说明
id int 记录id
activity_id int 拓客活动id
uid int 浏览会员id
member obj 浏览会员信息

member返回参数说明:

参数名 类型 说明
uid int 会员id
nickname string 昵称
avatar string 头像