| 1 | <?php |
||
| 7 | class Client extends BaseClient |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * 获取账户信息. |
||
| 11 | * |
||
| 12 | * @throws \CloudyCity\UCMarketingSDK\Kernel\Exceptions\ApiException |
||
| 13 | * @throws \CloudyCity\UCMarketingSDK\Kernel\Exceptions\InvalidArgumentException |
||
| 14 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 15 | * |
||
| 16 | * @return array|\Doctrine\Common\Collections\ArrayCollection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 17 | */ |
||
| 18 | public function get() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * 更新账户预算. |
||
| 25 | * |
||
| 26 | * @param array $params |
||
| 27 | * |
||
| 28 | * @throws \CloudyCity\UCMarketingSDK\Kernel\Exceptions\ApiException |
||
| 29 | * @throws \CloudyCity\UCMarketingSDK\Kernel\Exceptions\InvalidArgumentException |
||
| 30 | * @throws \GuzzleHttp\Exception\GuzzleException |
||
| 31 | * |
||
| 32 | * @return array|\Doctrine\Common\Collections\ArrayCollection|object|\Psr\Http\Message\ResponseInterface|string |
||
| 33 | */ |
||
| 34 | public function updateBudget(array $params) |
||
| 38 | } |
||
| 39 |