refactor(gateway): 修改appid白名单逻辑
- 移除了对'app114861412096'的测试验签判断 - 简化了appid白名单的判断逻辑
This commit is contained in:
parent
82277cad87
commit
afbb5bc3c3
@ -196,7 +196,7 @@ class Core extends Controller
|
|||||||
unset($input['cash']);
|
unset($input['cash']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($input['appid'] != 'app574223018568' && $input['appid'] != 'app114861412096'){#测试验签
|
if($input['appid'] != 'app574223018568' ){#测试验签
|
||||||
if(isset($this->input['signature'])){
|
if(isset($this->input['signature'])){
|
||||||
$this->no(-10);
|
$this->no(-10);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user