补充异常对象原因快照展示

This commit is contained in:
wkc
2026-03-25 16:58:55 +08:00
parent be3448eb44
commit 9442a4116c
9 changed files with 103 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ const abnormalTab = fs.readFileSync(
"交易金额",
"title",
"subtitle",
"异常原因快照",
"reasonDetail",
"summary",
"extraFields",
].forEach((token) => assert(abnormalTab.includes(token), token));