You've already forked FrameTour-BE
compatible
This commit is contained in:
@@ -89,6 +89,7 @@ public class AppScenicController {
|
|||||||
resp.setVideoSourcePackHint(scenicConfig.getVideoSourcePackHint());
|
resp.setVideoSourcePackHint(scenicConfig.getVideoSourcePackHint());
|
||||||
resp.setImageSourcePackHint(scenicConfig.getImageSourcePackHint());
|
resp.setImageSourcePackHint(scenicConfig.getImageSourcePackHint());
|
||||||
resp.setVoucherEnable(scenicConfig.getVoucherEnable());
|
resp.setVoucherEnable(scenicConfig.getVoucherEnable());
|
||||||
|
resp.setEnableVoucher(scenicConfig.getVoucherEnable()); // compactible
|
||||||
return ApiResponse.success(resp);
|
return ApiResponse.success(resp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -46,4 +46,5 @@ public class ScenicConfigResp {
|
|||||||
private String imageSourcePackHint = "";
|
private String imageSourcePackHint = "";
|
||||||
private String videoSourcePackHint = "";
|
private String videoSourcePackHint = "";
|
||||||
private Boolean voucherEnable;
|
private Boolean voucherEnable;
|
||||||
|
private Boolean enableVoucher;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user