企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 医生详情 ~~~[api] post:http://gz.51dade.com/index.php?g=Doctor&m=Showpage&a=show_page uid#用户ID <<< success { "code": 1, "message": "信息加载成功!", "info":{ id,//医生ID name,//医生姓名 img_thumb,//医生头像 profile,//医生个人简介 disease,//医生擅长疾病 graphic_price,//图文咨询价格 telephone_price,//电话咨询价格 reserve_price,//预约就诊价格, status,//状态 0-未审核 1-审核通过 2-审核中 3-审核未通过 4-义诊中 level,//会员等级,0-非会员,1-VIP,2-SVIP othercert:[]//其他证书 days_remaining,//剩余天数 service_number,//服务人数 professional,//职称 ranking,//综合排名 address,//坐诊地址 is_reserve,//是否开启预约就诊,0-否,1-是 week:{ week,//星期 date,//日期 morning_number,//早上人数 afternoon_number,//下午人数 week_id,//数字星期几 } } } <<< error { "code": 0, "message": "数据加载失败!" }