This commit is contained in:
2025-11-05 13:05:43 +08:00
parent 3a3bdee296
commit 779334a09e
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ public class UserNotificationAuthController {
resp.setTemplates(templateAuthInfos);
log.info("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}",
log.debug("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}",
scenicId, templateIds.size(), memberId);
return ApiResponse.success(resp);