mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-20 14:59:29 +08:00
travis
This commit is contained in:
parent
5f7b72229c
commit
047d5d6051
@ -5,10 +5,9 @@ Mirai-API-http provides adapter for ALL langugae to access mirai via HTTP protoc
|
||||
</b>
|
||||
|
||||
|
||||
#### Start Session
|
||||
#### Start Session-Authorize
|
||||
|
||||
```php
|
||||
Authorize
|
||||
Path: /auth
|
||||
Method: POST
|
||||
```
|
||||
@ -17,8 +16,8 @@ NOTE that only 1 bot could be control under 1 session, you could have multiple s
|
||||
|
||||
| name | type | optional|example|note|
|
||||
| --- | --- | --- | --- | --- |
|
||||
| key | String |false|UAHSNDXlaksd918273h|this could be found after initialize|
|
||||
| QQ | String |false|1040400290|bot QQ number you want to access|
|
||||
| key | String |false|U9HSaDXl39ksd918273hU|this could be found after initialize|
|
||||
| qq | String |false|1040400290|bot QQ number you want to access|
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user