简要描述:

  • 提交申请为招商员

请求URL:

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

参数:

参数名 是否必须 类型 说明
real_name string 真实姓名
referee_uid int 推广者的uid
province_id int
city_id int
district_id int

返回示例:

正确时返回:

{
    "code": 1,
    "message": "提交成功",
	"data":{
		msg: "审核中"
		status: 0
	}
}

{
    "code": 1,
    "message": "提交成功",
	"data":{
		msg: "审核成功"
		status: 2
	}
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
status int 状态
0:审核中
2:审核成功