修改外呼配置信息

This commit is contained in:
lcc
2025-09-15 14:51:47 +08:00
parent 50f5957f09
commit 30f3484d07
+6 -4
View File
@@ -12,12 +12,12 @@ class CallOutWechat
const METHOD_GET = 'GET';
const METHOD_POST = 'POST';
protected $baseUrl = 'http://61.144.161.163:18098/crm-api/'; //正式接口地址
protected $baseUrl = 'http://61.144.161.163:28098/crm-api'; //正式接口地址
protected $aesKey = 'Crm0123456Abcdef'; //AES秘钥
protected $iv = 'Crm0123456Abcdef';
protected $belongPool = 2;
protected $useName = 'carhome';
protected $password = 'Yzy@95511';
protected $belongPool = 16;
protected $useName = 'HAOCHEBU';
protected $password = 'nxoBq2cp@xYC#UZ*5N';
protected $ci;
protected $redis;
private $logDir = 'carHome';
@@ -33,6 +33,8 @@ class CallOutWechat
if (!is_product()) { //测试环境
$this->baseUrl = 'http://61.144.161.163:18098/crm-api/';
$this->belongPool = 2;
$this->useName = 'carhome';
$this->password = 'Yzy@95511';
}
$this->ci->load->library('myResponse');
$this->redis = &load_cache();