修改外呼配置信息
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user