@@ -988,6 +988,7 @@ class PaymentService extends BaseService
RedisService::set("caches:payments:wechat:{$scene}_{$outTradeNo}_result", ['order' => $order,'params'=>$payData,'result'=> $result, 'config' => $this->config], 7200);
$msg = isset($result['message'])? trim($result['message']) : '';
$batchId = isset($result['batch_id'])? trim($result['batch_id']) : '';
+ var_dump($result);
if(empty($batchId)){
$this->error = $msg? $msg : '微信打款失败';
return false;