"消息唯一ID", * "msg_type" => "消息类型", * "msg_content" => "消息具体内容(数组)" * ] */ public function __construct(array $data) { $this->payload = $data; } }