文档
测试

医生订单详情

POST
doctor.register.get_doctorinfo

请求参数

参数名
类型
描述
必填
orderid
int
订单号
必填

说明 / 示例

```language { "error": 0, "sysset": { "shopname": null, "shoplogo": null, "description": null, "saleout_icon": "", "trade": "限时购", "share": { "logo": "", "icon": "", "followqrcode": "" }, "texts": { "credit": "积分", "money": "余额" }, "isclose": 0, "force_auth": 0 }, "dstatus": 1, "msg": "获取成功", "info": { "doctorname": "张大夫", //医生姓名 "doctordepartment": [ { "dname": "妇科", "id": "2" }, { "dname": "皮肤科", "id": "7" } ],//科室 "company": "成都肿瘤医院", //医院 "address": "四川-成都",//地址 "worktime": "下午:13:00-17:00",//坐诊时间 "realname": "测试",//患者姓名 "mobile": "15700490001",//联系电话 "ordertime": "1970-01-01 08:00:00",//订单时间 "description": "123",//病情描述 "imgs": "",//图片 "status": "0",//状态 "statusmsg": "待支付", "price": "10.00"//挂号费 } } ```