|
@@ -56,7 +56,7 @@ func (this *ReportShareController) Detail() {
|
|
|
if v, ok := conf[models.BusinessConfH5ReportShareImg]; ok {
|
|
|
resp.H5ReportShareImg = v
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
resp.Report = report
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|
|
@@ -94,7 +94,7 @@ func (this *ReportShareController) TrialDetail() {
|
|
|
|
|
|
resp := new(models.ReportShareDetailResp)
|
|
|
resp.Report = report
|
|
|
-
|
|
|
+ resp.Hz = 1
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|
|
|
br.Msg = "获取成功"
|