避免空指针、水印并发加,让前端更好展示大锁页面

This commit is contained in:
2025-04-22 10:28:45 +08:00
parent 3863c0d963
commit 8ef2ef4b15
4 changed files with 21 additions and 5 deletions

View File

@@ -43,6 +43,6 @@ public class ScenicConfigResp {
private Integer userSourceExpireDay;
private BigDecimal brokerDirectRate;
private String imageSourcePackHint;
private String videoSourcePackHint;
private String imageSourcePackHint = "";
private String videoSourcePackHint = "";
}