Browse Source

im发送模板消息配置追加

zdm 5 years ago
parent
commit
1b4728bc07

+ 6 - 0
svr/svr-internet-hospital-entrance/src/main/resources/application.yml

@ -43,6 +43,12 @@ express:
  sf_url: http://bsp-oisp.sf-express.com/bsp-oisp/sfexpressService
  sf_code: JKZL
  sf_check_word: QkeIfIvQdheqIv2cVSgAUnBU29lfNbVk
# 上传文件临时路径配置
FileTempPath:
  upload_temp_path : /var/local/temp
  image_path : /var/local/upload/images
  voice_path : /var/local/upload/voice
  chat_file_path : /var/local/upload/chat
---
spring:

+ 6 - 0
svr/svr-internet-hospital-job/src/main/resources/application.yml

@ -45,6 +45,12 @@ express:
quartz:
  name: schedulerFactoryBean
# 上传文件临时路径配置
FileTempPath:
  upload_temp_path : /var/local/temp
  image_path : /var/local/upload/images
  voice_path : /var/local/upload/voice
  chat_file_path : /var/local/upload/chat
---
spring: