| Total Complexity | 1 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Client extends BaseClient |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Real time log query. |
||
| 25 | * |
||
| 26 | * @param string $date |
||
| 27 | * @param int $beginTime |
||
| 28 | * @param int $endTime |
||
| 29 | * @param array $options |
||
| 30 | * |
||
| 31 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 32 | * |
||
| 33 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
| 34 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 35 | */ |
||
| 36 | public function search(string $date, int $beginTime, int $endTime, array $options = []) |
||
| 47 |