This commit is contained in:
2025-03-28 21:49:14 +08:00
parent dbfc2b5265
commit fc120b02c1
4 changed files with 74 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ namespace app\index\controller;
use app\api\logic\MessageLogic;
use app\api\logic\PyappLofic;
use app\api\logic\TokenLogic;
use think\Controller;
use think\Db;
@@ -134,6 +135,8 @@ class Tasktimer extends Controller
'send_time'=>Tools::get_now_date(),
]);
//设置AI客服回访模式
(new PyappLofic())->setFollowupModel($cust['rel_group'],$return_record['visit_msg']);
return Tools::set_ok('发送成功');
}