作者 Cool
1 个管道 的构建 通过 耗费 1 秒

支付调试

... ... @@ -768,6 +768,6 @@ class Goods extends Api
$config = $payment->configForJSSDKPayment($prepayId); // 返回数组
return $this->success('预支付成功',$config);
}
return $this->error('微信支付调用失败',[$result,$third]);
return $this->error('微信支付调用失败',[$result,$third,['user_id' => $this->user_id, 'platform' => $platform]]);
}
}
\ No newline at end of file
... ...