From 4fa8cd3f1e685d0d89a8da7a508d8163ac18d39e Mon Sep 17 00:00:00 2001 From: yangyang01000846 <15195822163@163.com> Date: Mon, 26 Jan 2026 09:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=A2=9E=E5=8A=A0=E5=AE=9C=E5=AE=89=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=9C=8D=E5=8A=A1=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- outbridge/src/main/resources/common-yian.yml | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 outbridge/src/main/resources/common-yian.yml diff --git a/outbridge/src/main/resources/common-yian.yml b/outbridge/src/main/resources/common-yian.yml new file mode 100644 index 00000000..839008d6 --- /dev/null +++ b/outbridge/src/main/resources/common-yian.yml @@ -0,0 +1,42 @@ +spring: + datasource: + second: + username: 11 + password: 11 +# todo 生产地址 + jdbc-url: jdbc:mysql://127.0.0.1:13306/easy_project?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai + driver-class-name: com.mysql.cj.jdbc.Driver + +# 测试开发环境 +#appKey : 380ad3deb578424c9ca5178383f732c1 +#appSecret : 805c316f35024b8b9566ca67b4991c42 +#appKey : d39820947556421aa329b070e669dfa2 +#corpKey : e906d13947944947921bb32c8fcffc6e +#appSecret : 13cff5f8fb1c479297370a7d41853158 +appKey : 123 +appSecret : 123 +# 海葵云url +HK_CLOUD_URL : https://v15.lyh.haikuicloud.com +# 1. 海葵云获取用户token url后缀 +HK_USER_TOKEN_URL_SUFFIX: /merchant/openapi/user/login/jobNo +# 2. 海葵云获取单个用户信息url后缀 +HK_SIMPLE_USER_URL_SUFFIX: /merchant/api/user/getSimpleUserInfo +# 3. 海葵云上传文件url后缀 +HK_UPLOAD_FILE_URL_SUFFIX: /haikui-oa/autoCreateFlow/uploadFile +# 获取项目工位实例号 +HK_GET_PROCESS_DATA_SUFFIX: /haikui-oa/autoCreateFlow/getProcessData/oa_three_d_review + +# EP系统URL +#EP_URL : https://ep-url.dev.haikuicloud.com +# 开发环境 +EP_URL: https://ep-url-test.lyh.haikuicloud.com +# 推送代办状态url后缀 +QUERY_TODO_STATUS_SUFFIX: /todoApi/todo/emulation/dm/status +# 查询待办结果url后缀 +QUERY_TODO_RESULT_SUFFIX: /todoApi/todo/emulation/dm/result +# 6. 查询待办附加url后缀 +QUERY_TOD_ATTACHMENT_SUFFIX: /todoApi/todo/emulation/dm/attachments + +# 即时通url +FREELINK_URL: http://freelink.haikui.com +FREELINK_PUSH_MSG_SUFFIX: /webchat/InformApi/FreelinkAndDingdingInform