修复内容
This commit is contained in:
@@ -129,7 +129,9 @@ class OrderRefundLogic
|
||||
}
|
||||
|
||||
$refund_log = Db::name('order_refund')->where(['id' => $refund_id])->find();
|
||||
|
||||
if ($order['transaction_id'] == ''){
|
||||
throw new Exception('微信订单不存在');
|
||||
}
|
||||
$data = [
|
||||
'transaction_id' => $order['transaction_id'],
|
||||
'refund_sn' => $refund_log['refund_sn'],
|
||||
|
||||
Reference in New Issue
Block a user