| ... | ... | @@ -53,7 +53,7 @@ http://pre.sovell.com/oauth/v2/userinfo |
|
|
|
1. 发送给某个手机
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
GET /oauth/v2/code?phone=17868424633&title=我的短信 HTTP/1.1
|
|
|
|
GET /oauth/v2/code?phone=18768424633&title=我的短信 HTTP/1.1
|
|
|
|
Host: ${domain}
|
|
|
|
Authorization: Bearer ${token}
|
|
|
|
```
|
| ... | ... | |