Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiahua123123 committed Dec 15, 2019
1 parent 5f7b722 commit 047d5d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mirai-api-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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|



Expand Down

0 comments on commit 047d5d6

Please sign in to comment.