Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class Client extends BaseClient |
||
20 | { |
||
21 | /** |
||
22 | * Get session info by code. |
||
23 | * |
||
24 | * @param string $code |
||
25 | * |
||
26 | * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string |
||
27 | * |
||
28 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
29 | */ |
||
30 | public function session(string $code) |
||
40 |