Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class DataCubeClient extends BaseClient |
||
15 | { |
||
16 | /** |
||
17 | * 获取员工行为数据 |
||
18 | * @link https://work.weixin.qq.com/api/doc#90000/90135/91580 |
||
19 | * |
||
20 | * @param array $userIds |
||
21 | * @param string $from |
||
22 | * @param string $to |
||
23 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
24 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
25 | */ |
||
26 | public function userBehavior(array $userIds, string $from, string $to) |
||
35 | } |
||
36 | } |