1
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user