f
This commit is contained in:
@@ -173,6 +173,6 @@ func generateQYGLReportID() string {
|
|||||||
|
|
||||||
// buildQYGLReportURLByID 构造企业报告前端查看链接(通过编号查看)
|
// buildQYGLReportURLByID 构造企业报告前端查看链接(通过编号查看)
|
||||||
func buildQYGLReportURLByID(id string) string {
|
func buildQYGLReportURLByID(id string) string {
|
||||||
return "/reports/qygl/" + url.PathEscape(id)
|
return "https://api.tianyuanapi.com/reports/qygl/" + url.PathEscape(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user