文档
测试

个人主页

POST
http://ip:port/bcapp/home/userInfo

接口描述

个人主页

请求参数

参数名
类型
描述
必填
doctorAccount
String
【必填】账户
必填

响应数据

{ "result": { "user_info": { "reception_number": 0, "strengths": "['科室1','科室2']", "head_img": "E:/image/head/20200329231856741921409.png", "name": "彭代忠", "hospital": "北京协和医院" }, "notice_info": [ { "notice_content": "是打法" }, { "notice_content": "1111111111" } ] }, "success": true, "code": "00000", "message": "请求处理成功!" }

响应参数result说明

参数名
类型
描述
必填
user_info
JSONObject
用户个人信息
必填
reception_number
int
接诊人数
必填
strengths
JSONArray
擅长,格式:['科室1','科室2']
必填
head_img
String
头像,可直接访问
必填
name
String
姓名
必填
hospital
String
就诊医院
必填
notice_info
JSONArray
公告信息
必填
notice_content
String
公告内容
必填