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