登陆(测试)
POST
https://xtw.rjwbfw.com/api/open/signInTest
接口描述
只能phone
请求参数
参数名
类型
描述
必填
signType
String
phone | wx
必填
origin
String
user | company,区分普通用户和企业用户
必填
phone
String
手机号,当signType为"phone"时需要
可选
captcha
String
短信验证码,当signType为"phone"时需要
可选
code
String
两个登录方式都需要用来获取openId,用户登录凭证
必填
encryptedData
String
open-type="getPhoneNumber" 加密数据,当signType为"wx"时需要
可选
iv
String
open-type="getPhoneNumber" 加密算法的初始向量,当signType为"wx"时需要
可选
响应参数
参数名
类型
描述
必填
errorCode
int
必填
msg
String
必填
data
Object
成功后返回
必填