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({