This commit is contained in:
2024-07-16 15:28:13 +08:00
parent 28c9a3baa1
commit 408c2df563

View File

@@ -130,11 +130,27 @@ class Userstt extends BaseHttpApi
}
/**
* 修改基本信息
* api/Userstt/editReport
* 参数:
* 疼痛科-修改基本信息
* api/Userstt/editBaseinfo
* 参数:ticket
*
name 病人姓名
gender 病人性别
age 病人年龄
edu 教育程度
caree职业及年限r_year
power体力要求
satisfaction 经济满意度
old_car过往职业及年限eer_year
support 社会支持度
marriage 婚姻状况
live 居住情况
home 家庭关系
addres地址s
phone 联系方式
wechat_no微信号
*/
function editReport(){
function editBaseinfo(){
return Mmodel::catchJson(function (){
$ticket = input('ticket');
if(empty($ticket)){