1.注册
~~~[api]
post:https://ds.xian008.com/api/login2/register
phone#手机号
code#验证码
nickname#昵称
counties#县区
<<<
success
<<<
error
~~~
2.登入
~~~[api]
post:https://ds.xian008.com/api/login2/login
phone#手机号
code#验证码
<<<
success
<<<
error
~~~
3.通过refresh_token(7天有效期)刷新access_token(两个小时有效期)
两者都是header请求字段
~~~[api]
get:https://ds.xian008.com/api/login2/access_token
<<<
success
<<<
error
~~~