|
|
@@ -275,7 +275,7 @@ class CgRefundClass extends BaseClass
|
|
|
'orderSn' => $orderSn,
|
|
|
'refundAmount' => $refundFee,
|
|
|
'refundReason' => $refundReason,
|
|
|
- 'thirdNo' => $transaction_id,
|
|
|
+ 'thirdNo' => $transaction_id,//这个参数必传,不然聚合收银合支付宝付款的退款不会成功
|
|
|
];
|
|
|
$response = $laResource->refund($aliParams);
|
|
|
if (!isset($response['code']) || $response['code'] != 'BBS00000') {
|