简要描述:
- 申请成为招商员表单页面,获取申请协议,logo
请求URL:
POST:一级域名/wapapi/addons/merchants/merchants/merchantsApplyShow
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"code": 1,
"message": "获取成功",
"data":{
city_id: 45
content: "<p>123456</p>"
district_id: 377
is_merchants: 0
logo: "http://vslai-com-cn.oss-cn-hangzhou.aliyuncs.com/upload/26/common/1555495716.png"
province_id: 8
real_name: "aaa"
uid: 1665
user_tel: "13800138000"
}
}
错误时返回:
{
"code": -1,
"message": "系统繁忙"
}
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
logo | string | 海报图片 | |
real_name | string | 真实姓名 | |
user_tel | string | 手机号码 | |
province_id | int | 省 | |
city_id | int | 市 | |
district_id | int | 区 | |
content | string | 申请协议 | |
is_merchants | int | 状态 0:待审核 1:已拒绝 2:审核通过 -1:未申请 |