💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 患者档案 ~~~[api] post:http://gz.51dade.com/index.php?g=Doctor&m=Patientarchives&a=patient_archives uid#用户的ID id#患者ID <<< success { "code": 1, "message": "信息加载成功!", "info": [{ id,//患者ID user_id,//患者对应用户表中的Id name,//患者名称 img_thumb,//头像 sex,//性别,1-女,2-男 age,//年龄 phone,//手机号 card,//身份证 status//状态,0-异常,1-正常 symptoms_desc,//病症描述 taboo_that,//禁忌说明 other_disease,//其他病史 }] } <<< error { "code": 0, "message": "信息加载失败!" }