简要描述:
- 会员推广申请
请求域名:
- http://test.yunzshop.com
请求URL:
GET/addons/yun_shop/api.php?i=2&route=member.member.addAgentApply
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
mid | 是 | string | 父id |
realname | 是 | string | 推广员真实姓名 |
mobile | 是 | string | 推广员手机号 |
返回示例:
正确时返回:
{
result: 1,
msg: "ok",
data: null
}
错误时返回:
{
result: 0,
msg: "会员信息保存失败",
data: null
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
qr | string | 推广二维码地址 |
备注:
- 更多返回错误代码请看首页的错误代码描述