Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class Client extends BaseClient |
||
22 | { |
||
23 | /** |
||
24 | * Get paid unionid. |
||
25 | * |
||
26 | * @param string $openid |
||
27 | * @param array $options |
||
28 | * |
||
29 | * @return \Psr\Http\Message\ResponseInterface|\EasyWeChat\Kernel\Support\Collection|array|object|string |
||
30 | * |
||
31 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
32 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
33 | */ |
||
34 | public function getPaidUnionid($openid, $options = []) |
||
39 |