Compare commits

..

No commits in common. "f877033a97323312e72ed4d9ad5d7a21ced386c3" and "9fd5e0ad271a899a27a5eb91a7094db139c09f78" have entirely different histories.

View File

@ -195,7 +195,7 @@ func ExportRegister(c *gin.Context) {
httpType = model.HttpType
}
var exportUrl string
exportUrl = fmt.Sprintf("%s%s/api/static/%s", httpType, c.Request.Host, exportFileName)
exportUrl = fmt.Sprintf("%s%s/static/%s", httpType, c.Request.Host, exportFileName)
response.ResponseQuickMsg(c, msg.Ok, resp.Msg, map[string]string{
"exportUrl": exportUrl,
})