We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述:微信退款时有一个可选的 refund_account 参数,用于指定从哪个账户上退款。
refund_account
REFUND_SOURCE_RECHARGE_FUNDS---可用余额退款/基本账户 REFUND_SOURCE_UNSETTLED_FUNDS---未结算资金退款(默认使用未结算资金退款)
可以考虑给 refund 方法添加一个 $refundAccount 参数。 File: Payment/API.php Line: 187
refund
$refundAccount
public function refund( $orderNo, $refundNo, $totalFee, $refundFee = null, $refundAccount = 'REFUND_SOURCE_UNSETTLED_FUNDS', // 此处添加退款方式参数 $opUserId = null, $type = self::OUT_TRADE_NO )
The text was updated successfully, but these errors were encountered:
01bc993
Fix w7corp/easywechat#509
ac4f2cc
No branches or pull requests
问题描述:微信退款时有一个可选的
refund_account
参数,用于指定从哪个账户上退款。可以考虑给
refund
方法添加一个$refundAccount
参数。File: Payment/API.php
Line: 187
The text was updated successfully, but these errors were encountered: