fix: proxy_recharge actiontype urldata→urlwidget, 后端返回widget descriptor需用urlwidget模式渲染

This commit is contained in:
Hermes Agent 2026-06-23 14:39:36 +08:00
parent bc58cbffda
commit 4cf4d0f6b4

View File

@ -60,7 +60,7 @@
"binds": [{ "binds": [{
"wid": "self", "wid": "self",
"event": "submit", "event": "submit",
"actiontype": "urldata", "actiontype": "urlwidget",
"target": "app.recharge_result", "target": "app.recharge_result",
"options": { "options": {
"url": "{{entire_url('/accounting/proxy_recharge_submit.dspy')}}" "url": "{{entire_url('/accounting/proxy_recharge_submit.dspy')}}"