发送手机登录验证码
POST
/api/v1/auth/send-login-sms-code
接口描述
本API需传入用户的手机号以及OAuth 2.0的Client认证,认证方式可以为下面两种方式之一: - Basic Authorization 在http请求的header中通过添加 Authorization: Basic Base64(client_id:client_secret) 来做认证 - 在http请求的Request Body中添加client_id和client_se
响应参数
参数名
类型
描述
必填
root
object
Succeed
必填