修改支付

This commit is contained in:
邹景立 2022-11-21 15:00:12 +08:00
parent 294c8b82a6
commit f00f9f629e

View File

@ -53,8 +53,8 @@ class WechatPaymentService extends PaymentService
if ($info['return_code'] === 'SUCCESS' && $info['result_code'] === 'SUCCESS') {
// 创建支付记录
$this->createPaymentAction($orderNo, $payTitle, $payAmount);
// 微信二维码支付
if ($this->type === static::PAYMENT_WECHAT_QRC) {
// 微信二维码及网页支付
if (in_array($this->type, [static::PAYMENT_WECHAT_WAP, static::PAYMENT_WECHAT_QRC])) {
return $info;
}
// 返回JSAPI参数