|
@@ -7,16 +7,20 @@ import (
|
|
|
)
|
|
|
|
|
|
const (
|
|
|
- BusinessConfDisclaimer = "Disclaimer"
|
|
|
- BusinessConfH5ShareName = "H5ShareName"
|
|
|
- BusinessConfH5ShareEnName = "H5ShareEnName"
|
|
|
- BusinessConfH5ReportShareImg = "H5ReportShareImg"
|
|
|
- BusinessConfWatermarkChart = "WatermarkChart"
|
|
|
- BusinessConfWatermarkReport = "WatermarkReport"
|
|
|
- BusinessConfWxAppId = "WxAppId"
|
|
|
- BusinessConfWxAppSecret = "WxAppSecret"
|
|
|
- BusinessConfReportViewUrl = "ReportViewUrl"
|
|
|
- BusinessConfReport2ImgUrl = "Report2ImgUrl"
|
|
|
+ BusinessConfDisclaimer = "Disclaimer"
|
|
|
+ BusinessConfH5ShareName = "H5ShareName"
|
|
|
+ BusinessConfH5ShareEnName = "H5ShareEnName"
|
|
|
+ BusinessConfH5ReportShareImg = "H5ReportShareImg"
|
|
|
+ BusinessConfWatermarkChart = "WatermarkChart"
|
|
|
+ BusinessConfWatermarkReport = "WatermarkReport"
|
|
|
+ BusinessConfWxAppId = "WxAppId"
|
|
|
+ BusinessConfWxAppSecret = "WxAppSecret"
|
|
|
+ BusinessConfReportViewUrl = "ReportViewUrl"
|
|
|
+ BusinessConfReport2ImgUrl = "Report2ImgUrl"
|
|
|
+ BusinessConfReportLogo = "ReportLogo" // 报告logo
|
|
|
+ BusinessConfReportCenterLogoShow = "ReportCenterLogoShow" // 报告logo
|
|
|
+ BusinessConfReportEnLogoShow = "ReportEnLogoShow" // 报告logo
|
|
|
+ BusinessConfDisclaimerEn = "DisclaimerEn" // 英文免责声明
|
|
|
)
|
|
|
|
|
|
// BusinessConf 商户配置表
|