ai地址动态
This commit is contained in:
@@ -37,7 +37,7 @@ class BaseWechatLogic
|
||||
if(empty($this->base_url)){
|
||||
throw new \Exception('请先设置ai客服配置');
|
||||
}
|
||||
$tokenArr = (new TokenWechatLogic())->getToken();
|
||||
$tokenArr = (new TokenWechatLogic())->getToken($this->base_url);
|
||||
$postdata['appId'] = $tokenArr['appId'];
|
||||
$domain = $this->base_url;
|
||||
$timeout = 4;
|
||||
|
||||
Reference in New Issue
Block a user