浏览代码

fix:图表有效期鉴权

Roc 2 月之前
父节点
当前提交
be59bd3cf0
共有 2 个文件被更改,包括 2 次插入0 次删除
  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

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