Explorar el Código

支付模式修改

master
chenx hace 2 años
padre
commit
47251b1471
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      crmeb/services/wechat/config/PaymentConfig.php

+ 1
- 1
crmeb/services/wechat/config/PaymentConfig.php Ver fichero

@@ -113,7 +113,7 @@ class PaymentConfig implements ConfigHandlerInterface
$payConfig = [
'app_id' => $Service_provider['weixin_official_id'],
'mch_id' => $Service_provider['weixin_service_id'],
'sub_appid' => $this->appId ?: $this->httpConfig->getConfig(DefaultConfig::OFFICIAL_APPID, ''),
'sub_appid' => $this->appId ?: $this->httpConfig->getConfig(DefaultConfig::MINI_APPID, ''),
'sub_mch_id' => $Service_provider['weixin_zhsid'],
'key' => $Service_provider['weixin_api_key'],
'cert_path' => '/www/wwwroot/ruiRoad_pro_v1.0/public/cert/cert.perm',

Cargando…
Cancelar
Guardar