芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/sommatv/lib/XMR/CommandAction.php
commandCode = $code; return $this; } public function getMessage() { $this->action = 'commandAction'; if ($this->commandCode == '') throw new PlayerActionException('Missing Command Code'); return $this->serializeToJson(['commandCode']); } }