| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class MaterialClient extends BaseClient |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Upload image material. |
||
| 26 | * |
||
| 27 | * @param string $path |
||
| 28 | * @param string $type |
||
| 29 | * |
||
| 30 | * @return string |
||
| 31 | * |
||
| 32 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException |
||
| 33 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
| 34 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 35 | */ |
||
| 36 | 1 | public function uploadImage(string $path, string $type = 'icon') |
|
| 45 |