- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口GET
- 登陆 by 操作员POST
刷脸第三方
POST
/api/open
最后修改时间:2024-11-06 14:31:23
调用地址默认:http://127.0.0.1:4301/api/open
使用管理员方式运行face.exe 如遇到调用超时重新运行软件,会杀死原进程
请求参数
Body 参数application/json
qrcodeUrl
string
医保解码地址
charsetName
string
传入dll编码格式
orgId
string
必需
transType
string
必需
extra
null
必需
data
object
必需
businessType
string
必需
officeId
string
必需
officeName
string
必需
operatorId
string
必需
operatorName
string
必需
orgId
string
必需
outBizNo
string
必需
extData
null
必需
示例
{
"qrcodeUrl": "http://10.78.69.18:9001/cherry/common/localcfc/api/hsecfc/localQrCodeQuery",
"charsetName": "GB18030",
"orgId": "35020319001",
"transType": "cn.nhsa.ec.auth",
"extra": null,
"data": {
"businessType": "01101",
"officeId": "32760",
"officeName": "急诊外科",
"operatorId": "test0001",
"operatorName": "超级管理员",
"orgId": "35020319001",
"outBizNo": "MED_FACE_1728371885757",
"extData": null
}
}
示例代码
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/open' \
--header 'Content-Type: application/json' \
--data-raw '{
"qrcodeUrl": "http://10.78.69.18:9001/cherry/common/localcfc/api/hsecfc/localQrCodeQuery",
"charsetName": "GB18030",
"orgId": "35020319001",
"transType": "cn.nhsa.ec.auth",
"extra": null,
"data": {
"businessType": "01101",
"officeId": "32760",
"officeName": "急诊外科",
"operatorId": "test0001",
"operatorName": "超级管理员",
"orgId": "35020319001",
"outBizNo": "MED_FACE_1728371885757",
"extData": null
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
status
string
状态
data
object
dll原始返回数据
authkey
string
必需
authno
string
必需
bindauthcode
string
必需
birthday
string
必需
chnlid
string
必需
dbid
string
必需
defpaychnlid
string
必需
ecindexno
string
必需
ecqrcode
string
必需
ectoken
string
必需
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": 0,
"status": "string",
"data": {
"authkey": "string",
"authno": "string",
"bindauthcode": "string",
"birthday": "string",
"chnlid": "string",
"dbid": "string",
"defpaychnlid": "string",
"ecindexno": "string",
"ecqrcode": "string",
"ectoken": "string",
"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"
}