Compare commits

..

1 Commits
main ... wp

Author SHA1 Message Date
workabee eba843a84d 更新 2 weeks ago

@ -15,7 +15,7 @@ redis:
password:
jaeger:
addr: 127.0.0.1:6831
open: false
open: true
zapLog:
level: "info"
filename: "logs/exhibition-main.log"

@ -5,7 +5,7 @@ system:
port: 9025
key:
cert:
is_https: false
is_https: true
cron: false
key_path: ""
cert_path: ""
@ -15,7 +15,7 @@ redis:
password: "fonchain_opv:kP6tW4tS3qB2dW4aE6uI5cX2"
jaeger:
addr: jaeger:6831
open: false
open: true
zapLog:
level: "info"
filename: "logs/exhibition-main.log"

@ -15,7 +15,7 @@ redis:
password: "kP6tW4tS3qB2dW4aE6uI5cX2"
jaeger:
addr: "172.16.100.93:9031"
open: false
open: true
#zapLog:
# level: "info"
# filename: "logs/exhibition-main.log"

@ -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,
})

Loading…
Cancel
Save