Ver Fonte

wesmiler

wesmiler há 1 semana atrás
pai
commit
55b70546bf
1 ficheiros alterados com 1 adições e 0 exclusões
  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();