简要描述:

  • 报单提交接口

请求域名:

  • http://xx.com

请求URL:

POST/&route=plugin.declaration.api.register.store

参数:

参数名 是否必须 类型 说明
mobile string 手机号
password string 密码
confirm_password string 确认密码
nickname string 会员昵称
realname string 会员姓名
leve_id int 分销商等级ID 页面中传回来的值

返回示例:

正确时返回:

 result: 1,
  msg: "成功",
  data: {

错误时返回:

  {
  result: 0,
  msg: "成功",
  data: 失败原因
}

备注: