This commit is contained in:
2025-03-29 14:00:36 +08:00
parent 744815db87
commit 54e1e0c937
9 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ class BaseLogic
if(empty($this->base_url)){
throw new \Exception('请先设置ai客服配置');
}
$tokenArr = (new TokenLogic())->getToken();
$tokenArr = (new TokenWechatLogic())->getToken();
$postdata['appId'] = $tokenArr['appId'];
$domain = $this->base_url;
$timeout = 4;