From dc02830397de19bed747125a8e8d2a3c789a9845 Mon Sep 17 00:00:00 2001 From: wx Date: Wed, 6 May 2026 15:56:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=99=BA=E8=83=BD=E5=AF=BC=E5=85=A5=20?= =?UTF-8?q?changelog=20=E8=A1=A5=20hotfix(severity=20=E5=AD=97=E6=AE=B5)+?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E6=9C=8D=20round-trip=20=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelogs/2026-05/06_feat_order_traveler_smart_import.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelogs/2026-05/06_feat_order_traveler_smart_import.md b/changelogs/2026-05/06_feat_order_traveler_smart_import.md index ca3a304..add1893 100644 --- a/changelogs/2026-05/06_feat_order_traveler_smart_import.md +++ b/changelogs/2026-05/06_feat_order_traveler_smart_import.md @@ -1,9 +1,10 @@ # [feat] 订单管理端「出行人智能批量导入」接口 - **日期**: 2026-05-06 -- **PR**: wx/HL #1714 (Closes #1713) +- **PR**: wx/HL #1714 (Closes #1713) + #1716 hotfix - **后端**: wx (Claude) - **前端 @**: mmg +- **状态**: ✅ 测试服全链路网关 round-trip 15/15 通过(2026-05-06 15:50 部署 5149e329) --- @@ -42,7 +43,10 @@ Body: } ], "errors": [ - // 每个失败行: { lineNo, raw(脱敏), reason(中文) } + // { lineNo, raw(脱敏), reason(中文), severity: "FAIL" | "WARNING" } + // FAIL = 行解析失败,计入 failCount + // WARNING = 行成功但有提示(多身份证号取首/重复 idCard 等),不计入 failCount + // 恒等式: successCount + failCount == totalLines ] } }