Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Client extends BaseClient |
||
14 | { |
||
15 | /** |
||
16 | * @param int $id |
||
17 | * @return \Aplisin\DingTalk\Kernel\Http\Response|\Aplisin\DingTalk\Kernel\Support\Collection|array|mixed|\Psr\Http\Message\ResponseInterface |
||
18 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
19 | */ |
||
20 | public function listIds($id = 1) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @param int $id |
||
27 | * @param bool $fetchChild |
||
28 | * @param string $lang |
||
29 | * @return \Aplisin\DingTalk\Kernel\Http\Response|\Aplisin\DingTalk\Kernel\Support\Collection|array|mixed|\Psr\Http\Message\ResponseInterface |
||
30 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
31 | */ |
||
32 | public function list($id = 1, $fetchChild = false, $lang = 'zh_CN') |
||
42 |