1.专家登入(使用手机号验证码登入,第一次自动注册)
~~~[api]
post:https://ds.xian008.com/api/login/login
phone#手机号
code#验证码
<<<
success
<<<
error
~~~
2.通过refresh_token(7天有效期)刷新access_token(两个小时有效期)
两者都是header请求字段
~~~[api]
get:https://ds.xian008.com/api/login/access_token
<<<
success
<<<
error
~~~