芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Message/Vcal.php
vcal = $vcal; } /** * Get an array of params to use in an API request. * * @throws ClientException */ public function getRequestData(bool $sent = true): array { return array_merge(parent::getRequestData($sent), ['vcal' => $this->vcal]); } }