mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【更新】更新
This commit is contained in:
@@ -4,11 +4,11 @@ import (
|
||||
"net/http"
|
||||
"pandax/apps/log/entity"
|
||||
"pandax/apps/log/services"
|
||||
"pandax/base/ctx"
|
||||
"pandax/base/ginx"
|
||||
"pandax/base/utils"
|
||||
)
|
||||
|
||||
func OperationHandler(rc *ctx.ReqCtx) error {
|
||||
func OperationHandler(rc *ginx.ReqCtx) error {
|
||||
c := rc.GinCtx
|
||||
// 请求操作不做记录
|
||||
if c.Request.Method == http.MethodGet || rc.LoginAccount == nil {
|
||||
|
||||
Reference in New Issue
Block a user