diff --git a/app/gateway/controller/v4/Core.php b/app/gateway/controller/v4/Core.php index 760e07f..a0745ae 100644 --- a/app/gateway/controller/v4/Core.php +++ b/app/gateway/controller/v4/Core.php @@ -196,7 +196,7 @@ class Core extends Controller unset($input['cash']); } - if($input['appid'] != 'app574223018568' && $input['appid'] != 'app114861412096'){#测试验签 + if($input['appid'] != 'app574223018568' ){#测试验签 if(isset($this->input['signature'])){ $this->no(-10); }