简要描述:

  • 招商中心

请求URL:

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

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "code": 1,
    "message": "获取成功",
	"data":{
		bonus: "734.40"
		freezing_bonus: "7.65"
		is_merchants: 2
		level_name: "广东广州"
		promotion_merchants: 0
		promotion_shop: 1
		promotion_order:6
		total_bonus: 742.05
		uid: 1662
		user_headimg: ""
		user_name: "bin"
		user_tel: "13800138000"
	}
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
bonus float 可提现业绩
freezing_bonus float 冻结业绩
total_bonus float 累计业绩
level_name string 等级名称
user_headimg string 用户头像
user_name string 用户名
promotion_shop int 推广的店铺
promotion_merchants int 推广的招商员
promotion_order int 推广的订单
is_merchants int 状态
0:待审核
1:已拒绝
2:审核通过
-1:未申请