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

@@ -9,7 +9,7 @@
namespace app\admin\controller;
use app\api\logic\PersonalLogic;
use app\api\logic\PersonalWechatLogic;
use think\Controller;
use wanghua\general_utility_tools_php\tool\Tools;
@@ -21,7 +21,7 @@ class Wxperson extends Controller
public function getProfile()
{
Tools::log_to_write_txt(['查询个人信息,入参:'=>input()]);
$logic = new PersonalLogic();
$logic = new PersonalWechatLogic();
$base_url = input('base_url');
if(empty($base_url)){
throw new \Exception('请先配置AI客服');