Gorden 5 달 전
부모
커밋
32cc012a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/controller/order/RefundController.php

+ 1 - 1
app/admin/controller/order/RefundController.php

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