wesmiler 3 ヶ月 前
コミット
1b67655afc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/PaymentService.php

+ 1 - 1
app/Services/PaymentService.php

@@ -717,7 +717,7 @@ class PaymentService extends BaseService
 
         DB::commit();
         $this->error = '充值订单处理成功~';
-        return ['id'=>$orderId,'amount'=>$amount,'status'=>$status];
+        return ['id'=>$orderId,'amount'=>$amount,'status'=>$status,'refund'=>$refundAmount];
     }
 
     /**