wesmiler 1 tuần trước cách đây
mục cha
commit
55b70546bf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/Common/BalanceLogService.php

+ 1 - 0
app/Services/Common/BalanceLogService.php

@@ -269,6 +269,7 @@ class BalanceLogService extends BaseService
                     'body' => ['账户提现', '余额提现', '数字资产提现', '报单积分提现', '绿色积分提现'][$accountType],
                 ];
 
+                var_dump($order);
                 if (!$result = PaymentService::make()->transfer($order)) {
                     DB::rollBack();
                     $this->error = PaymentService::make()->getError();