From 067467f9fab58455251d14f927bdca2090cbe6ed Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 14 八月 2025 11:34:27 +0800
Subject: [PATCH] art: 数据库设计修改
---
src/main/resources/application-dev.yml | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index b365287..84dc636 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -283,10 +283,8 @@
client-secret: ??
agent-id: ??
webservice:
- url: http://localhost:8081/services/EquipmentService?wsdl
- namespace: http://service.server.webservice.example.com
- statusMethod: equipmentStatus
- rateMethod: equipmentRate
+ url: http://10.101.0.182:8002/MesWebService/WebService.asmx?wsdl
+ namespace: http://tempuri.org/
# SAP RFC鏂瑰紡鎺ュ彛闆嗘垚
sap:
rfc:
@@ -300,3 +298,9 @@
poolSize: 5 # 绾跨▼姹犳暟閲�
expirationTime: 10000 # 杩囨湡鏃堕棿
peekLimit: 10 # 宄板��
+feishu:
+ url: https://open.feishu.cn/
+ appId: cli_a74aab6353b7d00e
+ appSecret: mx5wm7X9S8WSzZCOYlxcggXTFL8iujIT
+ sync:
+ departmentId: od-47692f32e6b66cc3985d317fee780a8b
\ No newline at end of file
--
Gitblit v1.9.3