Total Complexity | 3 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class Client extends BaseClient |
||
22 | { |
||
23 | /** |
||
24 | * 绑定小程序体验者. |
||
25 | * |
||
26 | * @param string $wechatId |
||
27 | * |
||
28 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
29 | */ |
||
30 | public function bind(string $wechatId) |
||
34 | ]); |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * 解绑小程序体验者. |
||
39 | * |
||
40 | * @param string $wechatId |
||
41 | * |
||
42 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
43 | */ |
||
44 | public function unbind(string $wechatId) |
||
48 | ]); |
||
49 | } |
||
50 | |||
51 | /** |
||
52 | * 获取体验者列表. |
||
53 | * |
||
54 | * |
||
55 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
56 | */ |
||
57 | public function list() |
||
64 |