简要描述:

  • 店员端用户获取手机验证码

请求URL:

POST/wapstore/addons/execute/addons/store/controller/login/action/getVerificationCode

参数:

参数名 是否必须 类型 说明 数据样本
mobile string 手机号码

返回示例:

正确时返回:**

{
   "code": (>0)|0,
   "message":操作成功|操作频繁,需要验证码
}

错误时返回:

{
    "code": (<0),
    "message": "(失败理由)"
}