| ... | @@ -17,7 +17,8 @@ |
... | @@ -17,7 +17,8 @@ |
|
|
- 发送给某个用户
|
|
- 发送给某个用户
|
|
|
|
|
|
|
|
```javascript
|
|
```javascript
|
|
|
POST http://${domain}/message/v2/notices HTTP/1.1
|
|
POST /message/v2/notices HTTP/1.1
|
|
|
|
Host: ${domain}
|
|
|
Authorization: Bearer ${token}
|
|
Authorization: Bearer ${token}
|
|
|
Content-Type: application/json
|
|
Content-Type: application/json
|
|
|
|
|
|
| ... | | ... | |