This commit is contained in:
liujiahua123123 2019-12-15 17:01:41 +08:00
parent 5f7b72229c
commit 047d5d6051

View File

@ -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|