You've already forked FrameTour-BE
feat(app): 新增分享前购买配置项
- 在AppScenicController中增加shareBeforeBuy配置项- 默认值设置为true以启用该功能- 更新响应对象以支持新的配置选项
This commit is contained in:
@@ -50,4 +50,5 @@ public class ScenicConfigResp {
|
||||
private Boolean groupingEnable;
|
||||
private Boolean showPhotoWhenWaiting;
|
||||
private String watermarkUrl;
|
||||
private Boolean shareBeforeBuy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user