From a4cd4c2d98392cd1036f36b96c262878743a7e63 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 05 九月 2024 19:52:22 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server --- ycl-platform/src/main/java/com/ycl/common/constant/DingConst.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/common/constant/DingConst.java b/ycl-platform/src/main/java/com/ycl/common/constant/DingConst.java index f6c7ff1..c72c4c9 100644 --- a/ycl-platform/src/main/java/com/ycl/common/constant/DingConst.java +++ b/ycl-platform/src/main/java/com/ycl/common/constant/DingConst.java @@ -71,6 +71,10 @@ * 鏌ヨ鍛樺伐浠昏亴 */ String POST_STAFF_APPOINTMENT = "/mozi/employee/listEmployeePositionsByEmployeeCode"; + /** + * 鏌ヨ鍛樺伐浠昏亴 + */ + String POST_ACCOUNTID_BY_EMPLOYEECODE = "/mozi/employee/listEmployeeAccountIds"; /** * 鏍规嵁缁勭粐Code鏌ヨ璇︽儏 @@ -87,4 +91,11 @@ */ String SEND_DING_WORK_LINK = "dingtalkind://dingtalkclient/page/link?url="; + /** + * 鑾峰彇瑙嗛 + */ + String GET_VIDEO="/media/download"; + + + } -- Gitblit v1.8.0