Explorar el Código

修改v3 pc 微信支付错误

evoxwht hace 2 años
padre
commit
cde1329900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      crmeb/crmeb/services/pay/storage/V3WechatPay.php

+ 1 - 1
crmeb/crmeb/services/pay/storage/V3WechatPay.php

@@ -58,7 +58,7 @@ class V3WechatPay extends BasePay implements PayInterface
                 'appid' => sys_config('routine_appId'),
                 'appid' => sys_config('routine_appId'),
             ],
             ],
             'web' => [
             'web' => [
-                'appid' => sys_config('wechat_open_app_id', $wechatAppid),
+                'appid' => $wechatAppid,
             ],
             ],
             'v3_payment' => [
             'v3_payment' => [
                 'mchid' => sys_config('pay_weixin_mchid'),
                 'mchid' => sys_config('pay_weixin_mchid'),