- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口POST
- 登陆 by 操作员POST
刷脸
POST
/api/face
最后修改时间:2025-03-10 02:26:51
请求参数
Body 参数application/json
officeId
string
科室编码
officeName
string
科室名称
operatorId
string
操作员编码
operatorName
string
操作员名称
isOil
boolean
是否是油田医保
示例
{
"officeId": "",
"officeName": "",
"operatorId": "202020",
"operatorName": "收款员",
"isOil": false
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/face' \
--header 'Content-Type: application/json' \
--data-raw '{
"officeId": "",
"officeName": "",
"operatorId": "202020",
"operatorName": "收款员",
"isOil": false
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
status
string
必需
data
object
必需
authkey
string
必需
authno
string
授权码
bindauthcode
string
必需
birthday
string
必需
chnlid
string
必需
dbid
string
必需
defpaychnlid
string
必需
ecindexno
string
必需
ecqrcode
string
必需
ectoken
string
医保电子凭证ectoken
email
string
必需
gender
string
必需
idno
string
身份证
idtype
string
必需
insuorg
string
必需
latlnt
string
必需
nationality
string
必需
showcodetype
string
必需
signcntrno
string
必需
signflag
string
必需
username
string
必需
u_id
string
必需
message
string
必需
示例
{
"code": 200,
"status": "fail",
"data": {
"authkey": "ano3899139456283494401370000BE98xxxxxxx9F83D8F04",
"authno": "ano3899139456283xxxx",
"bindauthcode": "null",
"birthday": "null",
"chnlid": "null",
"dbid": "3705",
"defpaychnlid": "null",
"ecindexno": "462711E9758A9AFA0850xxxx",
"ecqrcode": "null",
"ectoken": "370000fecfdoiirei26d01500xxxxx",
"email": "null",
"gender": "null",
"idno": "372923xxxxxxxx",
"idtype": "01",
"insuorg": "370112",
"latlnt": "null",
"nationality": "null",
"showcodetype": "null",
"signcntrno": "null",
"signflag": "null",
"username": "xxx"
},
"u_id": "",
"message": ""
}
修改于 2025-03-10 02:26:51