tping 3 years ago
parent cbd9995898
commit ea43733d90

@ -181,7 +181,7 @@ class GameController extends BaseController{
*/ */
public function get_suspend(){ public function get_suspend(){
$data = json_decode(base64_decode(file_get_contents("php://input")), true); $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(); $this->get_suspend_1();
return ; return ;
} }

Loading…
Cancel
Save