血压上传保存心率
This commit is contained in:
parent
6fd5c8e564
commit
ed745b99b6
@ -174,7 +174,7 @@ token:
|
|||||||
# 令牌有效期(默认30分钟)
|
# 令牌有效期(默认30分钟)
|
||||||
expireTime: 1440
|
expireTime: 1440
|
||||||
#请求拦截白名单
|
#请求拦截白名单
|
||||||
ant-matchers: /nurseApplet/**,/nurseApp/**,/applet/**,webSocket/**,/message/**
|
ant-matchers: /nurseApplet/**,/nurseApp/**,/applet/**,webSocket/**,/message/**,/fd/**
|
||||||
|
|
||||||
# MyBatis-Plus配置
|
# MyBatis-Plus配置
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
@ -271,7 +271,11 @@ th:
|
|||||||
|
|
||||||
# 专病后端服务地址,德州正式外网地址:https://fdmp.xinelu.cn/dzsd
|
# 专病后端服务地址,德州正式外网地址:https://fdmp.xinelu.cn/dzsd
|
||||||
sd:
|
sd:
|
||||||
url: http://20.1.1.97:8080
|
dzurl: http://127.0.0.1:8080
|
||||||
|
|
||||||
|
# 家医小程序服务地址
|
||||||
|
mp:
|
||||||
|
url: http://8.131.93.145:54010/fm
|
||||||
|
|
||||||
# 腾讯云音视频
|
# 腾讯云音视频
|
||||||
trtc:
|
trtc:
|
||||||
@ -295,6 +299,21 @@ applet-chat-config:
|
|||||||
# 微信小程序事件回调消息加密密钥
|
# 微信小程序事件回调消息加密密钥
|
||||||
encoding-aes-key: 5rbyhMBpdnxTEVT54zeHMNcXi3ccilQZ209QqGi89EW
|
encoding-aes-key: 5rbyhMBpdnxTEVT54zeHMNcXi3ccilQZ209QqGi89EW
|
||||||
|
|
||||||
|
# 医养微信小程序参数配置信息
|
||||||
|
applet-yiyang-config:
|
||||||
|
# 医养微信小程序id
|
||||||
|
applet-id: wxccb16a452ab5e4b4
|
||||||
|
# 医养微信小程序密钥
|
||||||
|
secret: 72e11a5757e578c47ee935c00f49e8bf
|
||||||
|
# 医养微信小程序返回国家语言
|
||||||
|
lang: zh_CN
|
||||||
|
# 医养微信小程序授权类型
|
||||||
|
grant-type: authorization_code
|
||||||
|
# 医养微信小程序事件回调令牌
|
||||||
|
token: uI1NGHesp7ylIYVYQvp0TlcDmUTKCHj2
|
||||||
|
# 医养微信小程序事件回调消息加密密钥
|
||||||
|
encoding-aes-key: 5rbyhMBpdnxTEVT54zeHMNcXi3ccilQZ209QqGi89EW
|
||||||
|
|
||||||
# 小程序首页路径
|
# 小程序首页路径
|
||||||
applet-page-config:
|
applet-page-config:
|
||||||
# 首页跳转路径
|
# 首页跳转路径
|
||||||
@ -368,3 +387,13 @@ nurse-applet-chat-config:
|
|||||||
lang: zh_CN
|
lang: zh_CN
|
||||||
# 微信小程序授权类型
|
# 微信小程序授权类型
|
||||||
grant-type: authorization_code
|
grant-type: authorization_code
|
||||||
|
|
||||||
|
# 请求加密配置
|
||||||
|
crypto:
|
||||||
|
# 是否开启加密
|
||||||
|
open: true
|
||||||
|
# 编码方式F
|
||||||
|
charset: UTF-8
|
||||||
|
# 加密密钥
|
||||||
|
key: 60afL1G1b39c5Z27
|
||||||
|
ignores:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user