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