feat(app): 新增分享前购买配置项

- 在AppScenicController中增加shareBeforeBuy配置项- 默认值设置为true以启用该功能- 更新响应对象以支持新的配置选项
This commit is contained in:
2025-10-10 09:03:51 +08:00
parent 1727619b29
commit 7e16ad35e7
2 changed files with 2 additions and 0 deletions

View File

@@ -50,4 +50,5 @@ public class ScenicConfigResp {
private Boolean groupingEnable;
private Boolean showPhotoWhenWaiting;
private String watermarkUrl;
private Boolean shareBeforeBuy;
}