Compare commits

...

2 Commits

Author SHA1 Message Date
workabee f877033a97 Merge branch 'wp' 2 weeks ago
workabee 2568bdbf7a 更新 2 weeks ago

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

Loading…
Cancel
Save