update api docs

This commit is contained in:
Github Build Bot
2022-04-02 11:37:16 +00:00
parent daa1822bc5
commit ff0f11da7f
7 changed files with 69 additions and 68 deletions

View File

@@ -3,7 +3,7 @@
## downloadCQImage
```php
public function downloadCQImage(mixed $msg, null $path): array|false
public function downloadCQImage(mixed $msg, string $path): array|false
```
### 描述
@@ -15,7 +15,7 @@ public function downloadCQImage(mixed $msg, null $path): array|false
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| msg | mixed | |
| path | null | |
| path | string | |
### 返回