first commit
This commit is contained in:
40
digital_doctor/application/api/controller/HealthInsights.php
Normal file
40
digital_doctor/application/api/controller/HealthInsights.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/*
|
||||
* description:
|
||||
* author:wh
|
||||
* email:
|
||||
* createTime:{2024/7/12} {17:01}
|
||||
*/
|
||||
|
||||
namespace app\api\controller;
|
||||
|
||||
|
||||
use app\api\logic\TychatLogic;
|
||||
use wanghua\general_utility_tools_php\Mmodel;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* 健康洞察
|
||||
*
|
||||
* Class HealthInsights
|
||||
* @package app\api\controller
|
||||
*/
|
||||
class HealthInsights
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* desc:健康洞察
|
||||
* 实时输出
|
||||
*
|
||||
* /api/HealthInsights/getHealthInsight
|
||||
*
|
||||
* author:wh
|
||||
*/
|
||||
function getHealthInsight(){
|
||||
//return Mmodel::catch(function (){
|
||||
// $obj = new TychatLogic();
|
||||
// return $obj->getHealthInsight();
|
||||
//});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user