|
|
@@ -255,6 +255,7 @@ class HdRefundService extends BaseService
|
|
|
$input->SetTransaction_id($transaction_id);
|
|
|
$input->SetTotal_fee($totalFee);
|
|
|
$input->SetRefund_fee($refundFee);
|
|
|
+ Yii::info('totalFee:' . $totalFee . ' refundFee:' . $refundFee);
|
|
|
$input->SetNotify_url(Yii::$app->params['mallHost'] . '/notice/wx-refund-callback/');
|
|
|
|
|
|
$config = new \WxPayConfig();
|