|
@@ -71,6 +71,9 @@ func (this *MiniConfigController) MiniConfig() {
|
|
}, response.MiniConfigResp{
|
|
}, response.MiniConfigResp{
|
|
ConfKey: "WxAppId",
|
|
ConfKey: "WxAppId",
|
|
ConfVal: miniConf["WxAppId"],
|
|
ConfVal: miniConf["WxAppId"],
|
|
|
|
+ }, response.MiniConfigResp{
|
|
|
|
+ ConfKey: "BindImg",
|
|
|
|
+ ConfVal: miniConf["BindImg"],
|
|
})
|
|
})
|
|
|
|
|
|
br.Data = list
|
|
br.Data = list
|