文档
测试

诊金查询

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

接口描述

诊金查询

请求参数

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

响应数据

{ "result": { "consultation_fund": "10.10" }, "success": true, "code": "00000", "message": "请求处理成功!" }

响应参数result说明

参数名
类型
描述
必填
consultation_fund
String
医生诊金,单位:元
必填