Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
21 | class Client extends BaseClient |
||
22 | { |
||
23 | /** |
||
24 | * alipay.data.dataservice.bill.downloadurl.query(查询对账单下载地址). |
||
25 | * |
||
26 | * @param string $billType |
||
27 | * @param string $billDate |
||
28 | * |
||
29 | * @return array|object|\Psr\Http\Message\ResponseInterface|\WannanBigPig\Supports\Collection|\WannanBigPig\Supports\Http\Response |
||
30 | * |
||
31 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
32 | * @throws \EasyAlipay\Kernel\Exceptions\InvalidSignException |
||
33 | * @throws \WannanBigPig\Supports\Exceptions\InvalidArgumentException |
||
34 | */ |
||
35 | 2 | public function get(string $billType, string $billDate) |
|
47 |