This commit is contained in:
2026-03-10 19:07:29 +08:00
parent f63e6df9f9
commit 8877cf9691

View File

@@ -173,6 +173,6 @@ func generateQYGLReportID() string {
// buildQYGLReportURLByID 构造企业报告前端查看链接(通过编号查看)
func buildQYGLReportURLByID(id string) string {
return "/reports/qygl/" + url.PathEscape(id)
return "https://api.tianyuanapi.com/reports/qygl/" + url.PathEscape(id)
}