This commit is contained in:
张成
2025-09-25 14:09:45 +08:00
parent 2f5a60393c
commit 4686812653

View File

@@ -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({ (Taro as any).requestMerchantTransfer({