简要描述:

  • 推广的招商员

请求URL:

POST:一级域名/wapapi/addons/merchants/merchants/wapGetPromotionMerchants

参数:

参数名 是否必须 类型 说明
page_index int 分页第几页
page_size int 每页显示数

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
	"data":{
		{
			member_name: null
			mobile: "13800138000"
			nick_name: "13800138000"
			total_merchants_num: 2
			total_shop_num: 0
			uid: 1665
			user_headimg: ""
			user_name: "13800138000"
			user_tel: "13800138000"
		}
		page_count: 1
		total_count: 3
	}
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
uid int 会员id
user_name string 会员名称
user_headimg string 会员头像
total_shop_num int 店铺数量
total_merchants_num int 招商员数量