fixed
This commit is contained in:
@@ -187,12 +187,6 @@ class TychatLogic extends BaseLogic
|
||||
function getHealthInsight2($client_id,$clientid_arr,$chat_msg){
|
||||
Tools::log_to_write_txt(['健康洞察,入参'=>['域名'=>request()->controller().'/'.request()->action()]]);
|
||||
$action = 'Tychat/getHealthInsight2';
|
||||
if(empty($data['items'])){
|
||||
$json = Tools::wss_json_fail($action, 'items参数错误');
|
||||
return Gateway::sendToClient($client_id, $json);
|
||||
}
|
||||
|
||||
|
||||
|
||||
$config = config('ai_health_insight_config');
|
||||
$question = '';//input('question','');
|
||||
|
||||
Reference in New Issue
Block a user