wesmiler hace 1 semana
padre
commit
dc278f84c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/PaymentService.php

+ 1 - 1
app/Services/PaymentService.php

@@ -1036,7 +1036,7 @@ class PaymentService extends BaseService
             return false;
         } catch (\Exception $exception) {
             RedisService::set("caches:payments:trabsfer:{$scene}_{$outTradeNo}_error", ['order' => $order,'msg'=>$exception->getMessage(),'error'=>$exception->getTrace(), 'config' => $this->config], 7200);
-            $this->error = '打款失败:'.$exception->getMessage();
+            $this->error = '打款失败:'.$exception->getMessage().'或检查运营账户资金是否充足';
             return false;
         }
     }