|
@@ -549,7 +549,7 @@ class RefundController extends Curd
|
|
|
|
|
|
return $resArray;
|
|
return $resArray;
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
-
|
|
|
|
|
|
+ Log::error("支付宝退款失败", ['msg' => $e->getMessage()]);
|
|
throw new BusinessException("退款失败");
|
|
throw new BusinessException("退款失败");
|
|
}
|
|
}
|
|
|
|
|