From 3b759ef71bb48f9bb6f8445770d20e8ea7921788 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 06 一月 2026 13:58:14 +0800
Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao
---
server/jiandaoyun_service/src/main/java/com/doumee/core/jiandaoyun/constants/HttpConstant.java | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/server/jiandaoyun_service/src/main/java/com/doumee/core/jiandaoyun/constants/HttpConstant.java b/server/jiandaoyun_service/src/main/java/com/doumee/core/jiandaoyun/constants/HttpConstant.java
new file mode 100644
index 0000000..cccd383
--- /dev/null
+++ b/server/jiandaoyun_service/src/main/java/com/doumee/core/jiandaoyun/constants/HttpConstant.java
@@ -0,0 +1,59 @@
+package com.doumee.core.jiandaoyun.constants;
+
+/**
+ * http 鐩稿叧鐨勫父閲�
+ */
+public class HttpConstant {
+// public static final String HOST = "https://api.jiandaoyun.com/api/";
+// public static final String HOST = "https://lcdp.ahyc.com.cn:30443/api/";
+
+ /**
+ * 閮ㄩ棬鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String DEPT_BASE_PATH = "/corp/department/";
+
+ /**
+ * 鎴愬憳鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String MEMBER_BASE_PATH = "/corp/user/";
+
+ /**
+ * 搴旂敤鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String APP_BASE_PATH = "/app/";
+
+
+ /**
+ * 浼佷笟浜掕仈鐨勬帴鍙e墠缂�
+ */
+ public static final String CORP_COOP_BASE_PATH = "/corp/guest/";
+
+ /**
+ * 瑙掕壊鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String ROLE_BASE_PATH = "/corp/role/";
+
+ /**
+ * 瑙掕壊缁勭浉鍏崇殑鎺ュ彛鍓嶇紑
+ */
+ public static final String ROLE_GROUP_BASE_PATH = "/corp/role_group/";
+
+ /**
+ * 琛ㄥ崟鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String FORM_BASE_PATH = "/app/entry/";
+
+ /**
+ * 琛ㄥ崟鐩稿叧鐨勬帴鍙e墠缂�
+ */
+ public static final String FORM_DATA_BASE_PATH = "/app/entry/data/";
+
+ /**
+ * API_KEY
+ */
+// public static final String API_KEY = "JsmYomhn3dissp9ZJ6QeTpnH2xKoKZgw";
+
+ public static final String APP_ID = "APP_ID";
+
+ public static final String ENTRY_ID = "ENTRY_ID";
+}
--
Gitblit v1.9.3