Browse Source

Merge branch 'eta/2.4.5' into debug

Roc 4 months ago
parent
commit
ca77dc43ab
2 changed files with 2 additions and 0 deletions
  1. 1 0
      controllers/chart_common.go
  2. 1 0
      controllers/excel_info.go

+ 1 - 0
controllers/chart_common.go

@@ -125,6 +125,7 @@ func (this *ChartController) CommonChartInfoDetailFromUniqueCode() {
 					if isCollect {
 						resp.IsCollect = isCollect
 					}
+					resp.IsAuth = true
 					br.Ret = 200
 					br.Success = true
 					br.Msg = "获取成功"

+ 1 - 0
controllers/excel_info.go

@@ -80,6 +80,7 @@ func (this *ExcelInfoController) GetTableDetail() {
 			br.Ret = 200
 			br.Success = true
 			br.Msg = "无鉴权"
+			br.Data = resp
 			return
 		}