测试dayinlog

This commit is contained in:
wucongxing8150 2024-03-12 13:20:03 +08:00
parent 3055bd2393
commit f7bc5f70b3

View File

@ -2029,7 +2029,7 @@ class CallBackController extends AbstractController
} }
$request_params = json_decode($request_params,true); $request_params = json_decode($request_params,true);
return $this->recordingSuccessReturn();
// 验证参数 // 验证参数
if (empty($request_params['EventGroupId'])){ if (empty($request_params['EventGroupId'])){
return $this->recordingErrorReturn("回调事件组为空"); return $this->recordingErrorReturn("回调事件组为空");