| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Client extends BaseClient |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Submit applet page URL and parameter information. |
||
| 25 | * |
||
| 26 | * @param array $pages |
||
| 27 | * |
||
| 28 | * @return array|\EasyWeChat\Kernel\Support\Collection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 29 | * |
||
| 30 | * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException |
||
| 31 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 32 | */ |
||
| 33 | public function submitPage(array $pages) |
||
| 38 |