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