From 94adc6f8c317f26da2f1f3b65224ac262670bdd8 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 31 五月 2024 17:15:52 +0800 Subject: [PATCH] 工时统计的原始工时 --- user-server/src/main/java/com/yuanchu/mom/pojo/AuthApi.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/user-server/src/main/java/com/yuanchu/mom/pojo/AuthApi.java b/user-server/src/main/java/com/yuanchu/mom/pojo/AuthApi.java index 1e338b4..08e28d6 100644 --- a/user-server/src/main/java/com/yuanchu/mom/pojo/AuthApi.java +++ b/user-server/src/main/java/com/yuanchu/mom/pojo/AuthApi.java @@ -36,4 +36,13 @@ public static String simple="https://ztt-connector.chinaztt.cn/api/org/v1/employees/simple?companyId="; + /** + * 浜哄憳瀵嗙爜鑾峰彇 + * */ + public static String password = "https://ztt-connector.chinaztt.cn/api/org/v1/employees/original_pwd/"; + + public static String department = "https://ztt-connector.chinaztt.cn/api/org/v1/companies/companyId/departments"; + + public static String person = "https://ztt-connector.chinaztt.cn/api/org/v1/employees/simple/"; + } \ No newline at end of file -- Gitblit v1.9.3