Sfoglia il codice sorgente

支付模式修改

master
chenx 2 anni fa
parent
commit
47251b1471
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      crmeb/services/wechat/config/PaymentConfig.php

+ 1
- 1
crmeb/services/wechat/config/PaymentConfig.php Vedi File

@@ -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',

Loading…
Annulla
Salva