Explorar o código

Merge branch 'bzq1/short_url' of eta_server/eta_api into debug

baoziqiang hai 7 meses
pai
achega
ff6c44221d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/report_v2.go

+ 1 - 0
services/report_v2.go

@@ -1545,6 +1545,7 @@ func GetReportShareUrlToken(req models.ReportShartUrlReq, adminId int) (linkToke
 		}
 	} else {
 		linkToken = ""
+		err = errors.New("生成链接失败")
 	}
 	return
 }