| 1 | <?php |
||
| 17 | class Client extends BaseClient |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Download bill history as a table file. |
||
| 21 | * |
||
| 22 | * @param string $date |
||
| 23 | * @param string $type |
||
| 24 | * |
||
| 25 | * @return \EasyWeChat\Kernel\Http\StreamResponse|\Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string |
||
| 26 | */ |
||
| 27 | public function download(string $date, string $type = 'ALL') |
||
| 42 | } |
||
| 43 |