You've already forked FrameTour-BE
景区设置添加一个,返回status状态
This commit is contained in:
@ -69,6 +69,8 @@ public class AppScenicController {
|
||||
resp.setImageSourceStoreDay(scenicConfig.getImageSourceStoreDay());
|
||||
resp.setUserSourceExpireDay(scenicConfig.getUserSourceExpireDay());
|
||||
resp.setBrokerDirectRate(scenicConfig.getBrokerDirectRate());
|
||||
resp.setVideoSourcePackHint(scenicConfig.getVideoSourcePackHint());
|
||||
resp.setImageSourcePackHint(scenicConfig.getImageSourcePackHint());
|
||||
return ApiResponse.success(resp);
|
||||
}
|
||||
|
||||
|
@ -88,4 +88,7 @@ public class ScenicConfigEntity {
|
||||
|
||||
private PayAdapterType payType;
|
||||
private String payConfigJson;
|
||||
|
||||
private String imageSourcePackHint;
|
||||
private String videoSourcePackHint;
|
||||
}
|
||||
|
@ -42,4 +42,7 @@ public class ScenicConfigResp {
|
||||
private Integer imageSourceStoreDay;
|
||||
private Integer userSourceExpireDay;
|
||||
private BigDecimal brokerDirectRate;
|
||||
|
||||
private String imageSourcePackHint;
|
||||
private String videoSourcePackHint;
|
||||
}
|
||||
|
Reference in New Issue
Block a user