芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/vonage/client-core/src/Verify/Check.php
data = $data; } public function getCode() { return $this->data['code']; } /** * @throws Exception */ public function getDate(): DateTime { return new DateTime($this->data['date_received']); } public function getStatus() { return $this->data['status']; } public function getIpAddress() { return $this->data['ip_address']; } }