1
0

marge: 合并代码

This commit is contained in:
TsMask
2023-11-06 18:16:30 +08:00
parent 970167c76c
commit 13a9b7007b
9 changed files with 206 additions and 21 deletions

View File

@@ -115,7 +115,7 @@ func LogOperate(options collectlogs.Options) func(http.Handler) http.Handler {
status := strArr[2]
// 响应状态
if status == "200" {
if status == "200" || status == "204" {
operLog.Status = common.STATUS_YES
} else {
operLog.Status = common.STATUS_NO