@@ -1036,7 +1036,7 @@ class PaymentService extends BaseService
return false;
} catch (\Exception $exception) {
RedisService::set("caches:payments:trabsfer:{$scene}_{$outTradeNo}_error", ['order' => $order,'error'=>$exception->getTrace(), 'config' => $this->config], 7200);
- $this->error = $exception->getMessage();
+ $this->error = '打款失败:'.$exception->getMessage();
}