1
This commit is contained in:
parent
20f9bbfea1
commit
c9f8433356
@ -335,6 +335,10 @@ class BattleController extends BaseAuthedController {
|
||||
error_log($rawData);
|
||||
$sign = strstr($rawData, '|', true);
|
||||
$customData = strstr($rawData, '|');
|
||||
if (md5($customData . HALL_KEY) != $sign) {
|
||||
myself()->_rspErr(1, 'sign error');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
$data = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user