//{"type": "to_msg","data": {"id": 2,"msg": "你在家吗"}} public static function onMessage($client_id, $data) { $result = json_decode($data, true); switch ($result['type']) { case 'game': ...