修改外呼接口地址

This commit is contained in:
lcc
2025-09-15 14:40:53 +08:00
parent 54d7619864
commit 50f5957f09
+2 -2
View File
@@ -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;