|
@@ -28,8 +28,6 @@ import (
|
|
|
"github.com/beego/beego/v2/server/web"
|
|
|
"github.com/beego/beego/v2/server/web/context"
|
|
|
"github.com/go-redis/redis/v8"
|
|
|
- "github.com/rdlucklib/rdluck_tools/file"
|
|
|
- "github.com/rdlucklib/rdluck_tools/http"
|
|
|
)
|
|
|
|
|
|
// AddReportAndChapter
|
|
@@ -2233,4 +2231,3 @@ func FilterShareUrl() web.FilterFunc {
|
|
|
utils.ApiLog.Info(fmt.Sprintf("原始请求为:%s, 已修改请求路径为:%s?%s", path, newPath, q.Encode()))
|
|
|
}
|
|
|
}
|
|
|
-
|