From 123e4aaa749eee10c315c842ff59ea836aa00db6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 15 Sep 2026 16:37:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=E9=92=B1=E5=8C=85=E8=8A=82?= =?UTF-8?q?=E8=A1=A5=E3=80=8C=E5=85=85=E5=80=BC=E7=99=BB=E8=AE=B0=E3=80=8D?= =?UTF-8?q?=E5=85=A5=E5=8F=A3(=E8=B4=A6=E5=8F=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=8F=E2=86=92=E5=BC=B9=E7=AA=97=E2=86=92?= =?UTF-8?q?recharge=5Faccount)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5352aa8..3b37f43 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ 消失,天然单发)给属主机构 operator 角色(params `llm_wallet_todo_role` 可配,按角色名 `.` 后缀动态匹配不锁 orgtypeid);详情弹窗内直接充值 (llm_wallet_todo_popup.dspy)。 +- **充值登记**(2026-09-15):供应商账号列表(llm_account_by_vendor)工具栏 + 「💰 充值登记」按钮(selected_row,须先选中账号行)→ 弹窗 + (api/llm_account_recharge_popup.dspy,展示当前余额/累计充值)→ 输金额 + POST api/llm_account_recharge.dspy → gateway.recharge_account: + balance += 金额、total_recharge 累加、写 recharge 流水、清治理缓存; + 成功后前端自动关弹窗并刷新列表。机构隔离同待办弹窗(业主'0'全量, + 否则本属主机构)。 ## 集成方式(复用不改建)