修改外呼接口地址
This commit is contained in:
@@ -12,10 +12,10 @@ class CallOutWechat
|
||||
const METHOD_GET = 'GET';
|
||||
const METHOD_POST = 'POST';
|
||||
|
||||
protected $baseUrl = ''; //正式接口地址
|
||||
protected $baseUrl = 'http://61.144.161.163:18098/crm-api/'; //正式接口地址
|
||||
protected $aesKey = 'Crm0123456Abcdef'; //AES秘钥
|
||||
protected $iv = 'Crm0123456Abcdef';
|
||||
protected $belongPool;
|
||||
protected $belongPool = 2;
|
||||
protected $useName = 'carhome';
|
||||
protected $password = 'Yzy@95511';
|
||||
protected $ci;
|
||||
|
||||
Reference in New Issue
Block a user