This commit is contained in:
aozhiwei 2023-09-21 15:24:07 +08:00
parent 20f9bbfea1
commit c9f8433356

View File

@ -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(