From 4686812653831ea3a5e389c8d510fb95c4c538a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Thu, 25 Sep 2025 14:09:45 +0800 Subject: [PATCH] 1 --- src/user_pages/wallet/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/user_pages/wallet/index.tsx b/src/user_pages/wallet/index.tsx index c248b5f..dc7f218 100644 --- a/src/user_pages/wallet/index.tsx +++ b/src/user_pages/wallet/index.tsx @@ -165,7 +165,9 @@ const WalletPage: React.FC = () => { }); // 根据后端返回的数据结构解析参数 - const { mch_id, app_id, package: package_info, open_id } = response.data; + const { mch_id, app_id, package_info, open_id } = response.data; + + console.log("/wallet/withdraw:", response.data); // 调用微信商户转账接口 (Taro as any).requestMerchantTransfer({