@ -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 || $data['api_ver'] != 3) {
if (!isset($data['api_ver']) || ($data['api_ver'] != 2 && $data['api_ver'] != 3)) {
$this->get_suspend_1();
return ;
}