| Total Complexity | 1 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Client extends Support |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * alipay.open.app.qrcode.create(小程序生成推广二维码接口). |
||
| 19 | * |
||
| 20 | * @param string $urlParam |
||
| 21 | * @param string $queryParam |
||
| 22 | * @param string $describe |
||
| 23 | * |
||
| 24 | * @return array|object|\Psr\Http\Message\ResponseInterface|\WannanBigPig\Supports\Collection|\WannanBigPig\Supports\Http\Response |
||
| 25 | * |
||
| 26 | * @throws \EasyAlipay\Kernel\Exceptions\InvalidSignException |
||
| 27 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 28 | * @throws \WannanBigPig\Supports\Exceptions\InvalidArgumentException |
||
| 29 | */ |
||
| 30 | 2 | public function create(string $urlParam, string $queryParam, string $describe) |
|
| 44 |