Files
fast_response/digital_doctor/application/api/controller/Tychat.php
2025-03-17 10:56:09 +08:00

25 lines
320 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* description
* authorwh
* email
* createTime{2024/7/15} {16:13}
*/
namespace app\api\controller;
/**
* @deprecated
* 听译聊天
* Class Tychat
* @package app\api\controller
*/
class Tychat
{
function saveChat(){
return Mmodel::catchJson(function (){
});
}
}