芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Message/Binary.php
body = $body; $this->udh = $udh; } /** * 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), [ 'body' => $this->body, 'udh' => $this->udh, ]); } }