fixed
This commit is contained in:
@@ -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客服');
|
||||
|
||||
Reference in New Issue
Block a user