diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index af7a8ba5..f074e283 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -181,7 +181,7 @@ class GameController extends BaseController{ */ public function get_suspend(){ $data = json_decode(base64_decode(file_get_contents("php://input")), true); - if (!isset($data['api_ver']) || $data['api_ver'] != 2) { + if (!isset($data['api_ver']) || $data['api_ver'] != 2 || $data['api_ver'] != 3) { $this->get_suspend_1(); return ; }