|
@@ -47,6 +47,15 @@ func (this *MiniConfigController) MiniConfig() {
|
|
|
}, response.MiniConfigResp{
|
|
|
ConfKey: "H5Url",
|
|
|
ConfVal: miniConf["H5Url"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "Disclaimers",
|
|
|
+ ConfVal: miniConf["Disclaimers"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "ServiceAgreement",
|
|
|
+ ConfVal: miniConf["ServiceAgreement"],
|
|
|
+ }, response.MiniConfigResp{
|
|
|
+ ConfKey: "MostReport",
|
|
|
+ ConfVal: miniConf["MostReport"],
|
|
|
})
|
|
|
|
|
|
br.Data = list
|