用户使用API的方式登录平台
请求链接:http://www.kuoqps.com/api/account/login
请求方式:POST
请求参数
参数名 参数类型 默认值 说明
phone string 请求的手机号码
passwd string 请求的账户密码
响应参数
参数名 参数类型 默认值 说明
status int 1 成功为1
message string ok 执行成功返回的描述信息
data.token string 用户唯一凭据TOKEN
data.username string 用户的用户名
data.nickname string 当前用户的昵称
data.email string 当前用户的邮箱
备注说明: