POST Doctor/EtDoctorAll
获取医生数据
Request Information
URI Parameters
None.
Body Parameters
DoctorQrcodePars| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
None. |
|
| platKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"openid": "sample string 1",
"platKey": "sample string 2"
},
"msg": null
}
application/xml, text/xml
Sample:
<DoctorQrcodePars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <openid>sample string 1</openid> <platKey>sample string 2</platKey> </DoctorQrcodePars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
获取医生数据
EtDoctorDataInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| AllAmount | decimal number |
None. |
|
| AppCount | integer |
None. |
|
| DoctorId | integer |
None. |
|
| FansCount | integer |
None. |
|
| UserCount | integer |
None. |
|
| Name | string |
None. |
|
| QrCode | string |
None. |
|
| HeadImg | string |
None. |
|
| hospitaltype | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"AllAmount": 1.1,
"AppCount": 2,
"DoctorId": 3,
"FansCount": 4,
"UserCount": 5,
"Name": "sample string 6",
"QrCode": "sample string 7",
"HeadImg": "sample string 8",
"hospitaltype": 9
},
"msg": null
}
application/xml, text/xml
Sample:
<EtDoctorDataInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Result"> <AllAmount>1.1</AllAmount> <AppCount>2</AppCount> <DoctorId>3</DoctorId> <FansCount>4</FansCount> <HeadImg>sample string 8</HeadImg> <Name>sample string 6</Name> <QrCode>sample string 7</QrCode> <UserCount>5</UserCount> <hospitaltype>9</hospitaltype> </EtDoctorDataInfo>