zhanghua
2024-09-05 e314e414656a731f4ef35e51c0349ea608ec2fe0
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";
}