zhanghua
2025-04-14 1cad14bca191807e18705c3a5526eda8151be439
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";
}