修改外呼接口地址

This commit is contained in:
lcc
2025-09-15 15:06:02 +08:00
parent 30f3484d07
commit 38538b9d80
+1 -1
View File
@@ -12,7 +12,7 @@ class CallOutWechat
const METHOD_GET = 'GET';
const METHOD_POST = 'POST';
protected $baseUrl = 'http://61.144.161.163:28098/crm-api'; //正式接口地址
protected $baseUrl = 'http://61.144.161.163:28098/crm-api/'; //正式接口地址
protected $aesKey = 'Crm0123456Abcdef'; //AES秘钥
protected $iv = 'Crm0123456Abcdef';
protected $belongPool = 16;