pad医保刷脸认证
This commit is contained in:
@@ -25,13 +25,35 @@ spring:
|
||||
resource:
|
||||
static-locations: classpath:/static/,classpath:/public/
|
||||
|
||||
#thymeleaf:
|
||||
# #缓存
|
||||
# cache: false
|
||||
# #编码
|
||||
# encoding: UTF-8
|
||||
# #模版前缀
|
||||
# prefix: classpath:/templates/
|
||||
# #模板后缀
|
||||
# suffix: .html
|
||||
# #模板
|
||||
# mode: HTML
|
||||
|
||||
dpkj:
|
||||
#后端项目访问地址 #https://yinyitong.yzqingyan.cn/ http://172.16.11.13:15946/ ttps://yinyitong.yzqingyan.cn
|
||||
serverurl: http://localhost:5946/api/
|
||||
# 医保配置
|
||||
chs:
|
||||
# 医保中台接口地址
|
||||
url: http://ec.yn.hsip.gov.cn/localcfc/api/hsecfc/localQrCodeQuery
|
||||
# 医保机构编码
|
||||
orgcode: H53082800070
|
||||
org-id: H53082800070
|
||||
# 收款员-编号
|
||||
operator-id: 0001
|
||||
# 收款员-姓名
|
||||
operator-name: admin
|
||||
# 科室-编号
|
||||
office-id: 00031
|
||||
# 科室-名称
|
||||
office-name: 门诊
|
||||
file:
|
||||
# 文件保存地址
|
||||
path: G:\Temp\img
|
||||
|
||||
Reference in New Issue
Block a user