简要描述:

  • 店员端登录接口

请求URL:

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

参数:

参数名 是否必须 类型 说明
account string 手机号码
password string 密码

或者

参数:

参数名 是否必须 类型 说明
account string 手机号码
verification_code string 验证码

返回示例:

正确时返回:

{
    "code": 1,
    "message": "登陆成功",
    "data": {
        "user_token": "4e732ced3463d06de0ca9a15b6153677",
        "assistant_name": "廖剑涛",
        "assistant_headimg": ""
    }
}

失败时返回:

{
    "code": 0,
    "message": "登陆失败次数过多,需要验证码"
}

参数:

|参数名|类型|说明|