Browse Source

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

baoziqiang 4 months ago
parent
commit
ff6c44221d
1 changed files with 1 additions and 0 deletions
  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
 }