用户相关
用户登录/登出和用户信息等相关接口
用户密码登录
请求体
appCodestring可选
chinabim服务code为CHINABIM
passwdstring必填Example:
密码登录时必传
PHOND_AND_PWDphonestring必填
手机号
smsCodestring必填Example:
短信登录时必传
12345validateIdstring必填Example:
短信登录时必传
12345wxCodestring必填Example:
微信登录Code
12345响应
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
/user/loginByPwd手机验证码登录
请求体
appCodestring可选
chinabim服务code为CHINABIM
passwdstring必填Example:
密码登录时必传
PHOND_AND_PWDphonestring必填
手机号
smsCodestring必填Example:
短信登录时必传
12345validateIdstring必填Example:
短信登录时必传
12345wxCodestring必填Example:
微信登录Code
12345响应
200
OK
*/*
201
Created
401
Unauthorized
403
Forbidden
404
Not Found
post
/user/loginByCode发送验证码
用户登出
用户个人信息
最后更新于