update api docs

This commit is contained in:
Github Build Bot
2022-04-02 18:25:06 +00:00
parent 120698fb43
commit bcaaf88edb
6 changed files with 104 additions and 12 deletions

View File

@@ -573,7 +573,7 @@ public function removeCQ(string $msg): string
## getCQ
```php
public function getCQ(string $msg, bool $is_object): array|CQObject
public function getCQ(string $msg, bool $is_object): null|array|CQObject
```
### 描述
@@ -591,7 +591,7 @@ public function getCQ(string $msg, bool $is_object): array|CQObject
| 类型 | 描述 |
| ---- | ----------- |
| array|CQObject | 返回的CQ码数组或对象 |
| null|array|CQObject | 返回的CQ码数组或对象 |
## getAllCQ