Commit 047d5d60 authored by liujiahua123123's avatar liujiahua123123

travis

parent 5f7b7222
...@@ -5,10 +5,9 @@ Mirai-API-http provides adapter for ALL langugae to access mirai via HTTP protoc ...@@ -5,10 +5,9 @@ Mirai-API-http provides adapter for ALL langugae to access mirai via HTTP protoc
</b> </b>
#### Start Session #### Start Session-Authorize
```php ```php
Authorize
Path: /auth Path: /auth
Method: POST Method: POST
``` ```
...@@ -17,8 +16,8 @@ NOTE that only 1 bot could be control under 1 session, you could have multiple s ...@@ -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| | name | type | optional|example|note|
| --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- |
| key | String |false|UAHSNDXlaksd918273h|this could be found after initialize| | key | String |false|U9HSaDXl39ksd918273hU|this could be found after initialize|
| QQ | String |false|1040400290|bot QQ number you want to access| | qq | String |false|1040400290|bot QQ number you want to access|
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment