feat: logs show reject reason

This commit is contained in:
Seefs
2026-01-25 14:52:18 +08:00
parent 7af4d07843
commit 68e1e635e9
7 changed files with 33 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ func formatUserLogs(logs []*Log) {
// Remove admin-only debug fields.
delete(otherMap, "admin_info")
delete(otherMap, "request_conversion")
delete(otherMap, "reject_reason")
}
logs[i].Other = common.MapToJsonStr(otherMap)
logs[i].Id = logs[i].Id % 1024