﻿[
  {
    "cmd": "User_get_DownLoadFile",
    "fullName": "REBORN.Services.UserService.FileUploadService",
    "method": "DownLoadFile",
    "url": ""
  },
  {
    "cmd": "user_post_login_erp",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.APIService", //名明空间+类名
    "method": "UserLogin", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "user_set_imteam_ats",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.APIService", //名明空间+类名
    "method": "SetTeamAts", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "user_post_file_upload",
    "fullName": "REBORN.Services.UserService.APIService", //名明空间+类名
    "method": "FileUpload", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "Department_post_List_erp",
    "dllName": "REBORN.Services.UserService", //程序集名称
    "fullName": "REBORN.Services.UserService.APIService", //名明空间+类名
    "method": "DepartmentList", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "Branch_post_List_erp",
    "dllName": "REBORN.Services.UserService", //程序集名称
    "fullName": "REBORN.Services.UserService.APIService", //名明空间+类名
    "method": "BranchList", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "User_Group_Set",
    "dllName": "REBORN.Services.UserService", //程序集名称
    "fullName": "REBORN.Services.UserService.GroupService", //名明空间+类名
    "method": "Set", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "User_Group_Get",
    "dllName": "REBORN.Services.UserService", //程序集名称
    "fullName": "REBORN.Services.UserService.GroupService", //名明空间+类名
    "method": "Get", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "User_Group_GetPageList",
    "dllName": "REBORN.Services.UserService", //程序集名称
    "fullName": "REBORN.Services.UserService.GroupService", //名明空间+类名
    "method": "GetPageList", //对应方法名称
    "url": "" //后期拓展
  },
  //考勤管理
  {
    "cmd": "User_get_AttendanceGetTimeSpanValue",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetTimeSpanValue"
  },
  {
    "cmd": "User_get_AttendanceGetPageList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetPageList"
  },
  {
    "cmd": "User_post_AttendanceSet",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "Set"
  },
  {
    "cmd": "User_get_AttendanceGet",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "Get"
  },
  {
    "cmd": "User_get_GetOriginalRecordList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetOriginalRecordList",
    "url": ""
  },
  {
    "cmd": "User_get_GetClockTimeRecordList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetClockTimeRecordList",
    "url": ""
  },
  {
    "cmd": "User_get_GetRecordForStatusList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetRecordForStatusList",
    "url": ""
  },
  {
    "cmd": "User_get_GetAskLeaveInfo",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetAskLeaveInfo",
    "url": ""
  },
  {
    "cmd": "User_get_GetDayRecord",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetDayRecord",
    "url": ""
  },
  {
    "cmd": "User_post_SetDayRecord",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "SetDayRecord",
    "url": ""
  },
  {
    "cmd": "User_get_GetEveryDayAttendanceRecordExcel",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetEveryDayAttendanceRecordExcel",
    "url": ""
  },
  {
    "cmd": "User_get_GetOriginalRecordExcel",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetOriginalRecordExcel",
    "url": ""
  },
  {
    "cmd": "User_get_GetClockTimeRecordExcel",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetClockTimeRecordExcel",
    "url": ""
  },
  {
    "cmd": "User_get_GetMonthRecordExcel",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetMonthRecordExcel",
    "url": ""
  },
  {
    "cmd": "User_get_GetMonthRecordExcelForHPZY",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetMonthRecordExcelForHPZY",
    "url": ""
  },
  //公告接口
  {
    "cmd": "User_get_NoticeGetPageList",
    "fullName": "REBORN.Services.UserService.NoticeService", //命名空间+类名
    "method": "GetPageList", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "User_get_NoticeGetList",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "GetList",
    "url": ""
  },
  {
    "cmd": "User_post_NoticeSet",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "Set",
    "url": ""
  },
  {
    "cmd": "User_post_NoticeRemove",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "Remove",
    "url": ""
  },
  {
    "cmd": "User_get_NoticeGet",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "Get",
    "url": ""
  },
  {
    "cmd": "User_post_NoticeSetTop",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "SetTop",
    "url": ""
  },
  {
    "cmd": "User_post_NoticeSetRevocation",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "SetRevocation",
    "url": ""
  },
  {
    "cmd": "User_post_NoticeSetCount",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "SetCount",
    "url": ""
  },
  {
    "cmd": "User_get_GetEveryDayAttendanceRecordList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetEveryDayAttendanceRecordList",
    "url": ""
  },
  {
    "cmd": "User_get_GetMonthRecordList",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetMonthRecordList",
    "url": ""
  },
  {
    "cmd": "User_get_GetAttendanceWay",
    "fullName": "REBORN.Services.UserService.AttendanceService",
    "method": "GetAttendanceWay",
    "url": ""
  },
  {
    "cmd": "User_post_FileUpload",
    "fullName": "REBORN.Services.UserService.FileUploadService",
    "method": "FileUpload",
    "url": ""
  },
  {
    "cmd": "User_post_LocalFileUpload", //用户上传文件到本地
    "fullName": "REBORN.Services.UserService.FileUploadService",
    "method": "LocalFileUpload",
    "url": ""
  },
  {
    "cmd": "User_post_ImageFileUpload", //本地图片资源管理
    "fullName": "REBORN.Services.UserService.FileUploadService",
    "method": "ImageFileUpload",
    "url": ""
  },
  {
    "cmd": "app_user_login",
    "allowAnonymous": true, //是否允许匿名访问,ture是允许，默认是false
    "fullName": "REBORN.Services.UserService.LoginService", //名明空间+类名
    "method": "AppUserLogin" //对应方法名称

  },
  {
    "cmd": "app_user_notice_list",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "AppGetNoticeList"
  },
  {
    "cmd": "app_user_notice_detial",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "AppGetNoticeDetial"
  },
  {
    "cmd": "app_user_notice_GetUserIsRead",
    "fullName": "REBORN.Services.UserService.NoticeService",
    "method": "GetUserIsRead"
  },
  {
    "cmd": "app_user_post_SetEmployeeClockInRemind",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "SetEmployeeClockInRemind"
  },
  {
    "cmd": "app_user_post_SetEmployeeUpLoadWorkLog", //设置销售上传工作日志记录
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "SetEmployeeUpLoadWorkLog"
  },
  {
    "cmd": "app_user_post_SetTimersUpdateEmployeeWorkLog", //定时更新 工作日志
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "SetTimersUpdateEmployeeWorkLog"
  },
  {
    "cmd": "app_user_attend_verify_pushcard",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "VerifyPunchCard"
  },
  {
    "cmd": "app_user_attend_get_recod",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "GetAttendRecod"
  },
  {
    "cmd": "app_user_attend_punch_recod",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "checkFormRepeatSubmit": true, //验证表单重复提交
    "method": "PunchCard"
  },
  {
    "cmd": "recod_get_GetEmployeeOvertimeHours", //获取加班时长
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "GetEmployeeOvertimeHours"
  },
  {
    "cmd": "app_user_attend_punch_recod_statistical",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "PunchCardStatistical"
  },
  {
    "cmd": "app_user_attend_punch_recod_calendar",
    "fullName": "REBORN.Services.UserService.AttendanceRecodService",
    "method": "PunchCardCalendar"
  }, //审批管理
  {
    "cmd": "WorkFlow_get_GetTemplateList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetTemplateList"
  },
  {
    "cmd": "WorkFlow_get_GetTemplate",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetTemplate"
  },
  {
    "cmd": "WorkFlow_post_SetTemplate",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "SetTemplate"
  },
  {
    "cmd": "WorkFlow_get_GetDefaultCondition",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetDefaultCondition"
  },
  {
    "cmd": "WorkFlow_get_GetOtherConditionList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetOtherConditionList"
  },
  {
    "cmd": "WorkFlow_get_GetConditionAndAuditInfo",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetConditionAndAuditInfo"
  },
  {
    "cmd": "WorkFlow_get_GetAskForLeaveType",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetAskForLeaveType"
  },
  {
    "cmd": "WorkFlow_post_SetOtherCondition",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "SetOtherCondition"
  },
  {
    "cmd": "WorkFlow_post_DelOtherCondition",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "DelOtherCondition"
  },
  {
    "cmd": "WorkFlow_post_SetDefaultCondition",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "SetDefaultCondition"
  },
  {
    "cmd": "WorkFlow_get_GetDepartMentPost",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetDepartMentPost"
  },
  {
    "cmd": "WorkFlow_get_GetDepartMentEmployee",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetDepartMentEmployee"
  },
  {
    "cmd": "WorkFlow_get_GetTempLateDepartMentEmployee", //模板流程获取集团下所有的部门及员工
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "allowAnonymous": true, //是否允许匿名访问,ture是允许，默认是false
    "method": "GetTempLateDepartMentEmployee"
  },
  {
    "cmd": "WorkFlow_get_GetAskforleavePageList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetAskforleavePageList"
  },
  {
    "cmd": "WorkFlow_get_GetEvectionPageList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetEvectionPageList"
  },
  {
    "cmd": "WorkFlow_get_GetGoOutPageList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetGoOutPageList"
  },
  {
    "cmd": "WorkFlow_get_GetReissuecardPageList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetReissuecardPageList"
  },
  {
    "cmd": "WorkFlow_get_GetOAPageList",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetOAPageList"
  },
  {
    "cmd": "WorkFlow_get_GetTempleteEmployee",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetTempleteEmployee"
  },
  {
    "cmd": "WorkFlow_get_SetTempleteEmployee",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "SetTempleteEmployee"
  },
  {
    "cmd": "WorkFlow_get_GetCompanyDepartMentPost",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetCompanyDepartMentPost"
  },
  {
    "cmd": "WorkFlow_get_GetCompanyDepartMentEmployee",
    "fullName": "REBORN.Services.UserService.WorkflowManagementService",
    "method": "GetCompanyDepartMentEmployee"
  },
  //工作流模块
  {
    "cmd": "WorkFlow_get_ProposerHostoryAudit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "ProposerHostoryAudit"
  },
  {
    "cmd": "WorkFlow_post_SetCareOf",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "SetCareOf"
  },
  {
    "cmd": "WorkFlow_post_SetNotConsent",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "SetNotConsent"
  },
  {
    "cmd": "WorkFlow_post_SetConsent",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "SetConsent"
  },
  {
    "cmd": "app_user_workflow_GetAuditInfo",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetAuditInfo"
  },
  {
    "cmd": "app_user_workflow_auditworkflow_template",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "AuditWorkFlowTemplate"
  },
  {
    "cmd": "app_user_workflow_askforleave_template",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "AskForLeaveTemplate"
  },
  {
    "cmd": "app_user_workflow_evection_template",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "EvectionTemplate"
  },
  {
    "cmd": "app_user_workflow_goout_template",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GooutTemplate"
  },
  {
    "cmd": "app_user_workflow_reissueCard_template",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "ReissueCardTemplate"
  },
  {
    "cmd": "app_user_workflow_askforleave_submit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "AskForLeaveSubmit"
  },
  {
    "cmd": "app_user_workflow_evection_submit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "EvectionSubmit"
  },
  {
    "cmd": "app_user_workflow_goout_submit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GooutSubmit"
  },
  {
    "cmd": "app_user_workflow_reissueCard_submit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "ReissueCardSubmit"
  },
  {
    "cmd": "app_user_workflow_calculate_duration",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "CalculateDuration"
  },
  {
    "cmd": "app_user_workflow_my_audit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "MyAudit"
  },
  {
    "cmd": "app_user_workflow_MyAuditCount",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "MyAuditCount"
  },
  {
    "cmd": "app_user_workflow_get_templatetype",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetWfTmplateType"
  },
  {
    "cmd": "app_user_workflow_get_myinitiate_auditstatus",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetMyInitiateAuditStatus"
  },
  {
    "cmd": "app_user_workflow_my_initiateaudit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "MyInitiateAudit"
  },
  {
    "cmd": "app_user_workflow_copy_tomyaudit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "CopyToMyAudit"
  },
  {
    "cmd": "app_user_workflow_update_readestaut",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "UpdateCopyToPeopleReadStaut"
  },
  {
    "cmd": "app_user_workflow_update_allreadestaut",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "UpdateCopyToPeopleAllReadStaut"
  },
  {
    "cmd": "app_user_workflow_wndoaudit",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "UndoAudit"
  },
  {
    "cmd": "app_user_GetSignInPageList",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetSignInPageList"
  },
  {
    "cmd": "app_user_GetSignInManagementPageList",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetSignInManagementPageList"
  },
  {
    "cmd": "app_user_SetSignIn",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "SetSignIn"
  },
  {
    "cmd": "app_user_GetSignIn",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetSignIn"
  },
  {
    "cmd": "app_user_GetSignInInfo",
    "fullName": "REBORN.Services.UserService.WorkFlowService",
    "method": "GetSignInInfo"
  },
  {
    "cmd": "user_get_moblieNumber_code",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetMoblieNumberCode"
  },
  {
    "cmd": "user_account_bind_moblieNumber",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "AccountBindMoblieNumber"
  },
  {
    "cmd": "user_change_password_by_mobileNumber",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "ChangePasswordByMobileNumber"
  },

  {
    "cmd": "user_change_password_by_mobile",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "ChangePasswordByMobile"
  },
  {
    "cmd": "user_publish_dynamic",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "PublishDynamic"
  },
  {
    "cmd": "dynamic_list",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicList"
  },
  {
    "cmd": "user_my_dynamic_list",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "MyDynamicList"
  },
  {
    "cmd": "user_about_me_dynamic_list",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "AboutMeDynamicList"
  },
  {
    "cmd": "dynamic_detial",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicDetial"
  },
  {
    "cmd": "delete_dynamic",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DeleteDynamic"
  },
  {
    "cmd": "user_dynamic_like",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicLike"
  },
  {
    "cmd": "user_dynamic_cancel_like",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicCancelLike"
  },
  {
    "cmd": "user_dynamic_comment",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicComment"
  },
  {
    "cmd": "user_dynamic_delete_comment",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicDeleteComment"
  },
  {
    "cmd": "user_dynamic_message_count",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "DynamicMessageCount"
  },
  {
    "cmd": "user_cloud_file_share",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "FileShare"
  },
  {
    "cmd": "user_cloud_mye_share",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "MyFileShareList"
  } //企业云盘
  ,
  {
    "cmd": "user_cloud_DelTemporaryFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "DelTemporaryFile"
  },
  {
    "cmd": "user_cloud_DelPackageFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "DelPackageFile"
  },
  {
    "cmd": "user_cloud_GetPackageFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "GetPackageFile"
  },
  {
    "cmd": "user_cloud_AddFolder",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "AddFolder"
  },
  {
    "cmd": "user_cloud_BatchFolderMove",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "BatchFolderMove"
  },
  {
    "cmd": "user_cloud_DelFolder",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "DelFolder"
  },
  {
    "cmd": "user_cloud_GetFolderList",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "GetFolderList"
  },
  {
    "cmd": "user_cloud_GetFolderTreeList",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "GetFolderTreeList"
  },
  {
    "cmd": "user_cloud_ValidataMD5Sign",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "ValidataMD5Sign"
  },
  {
    "cmd": "user_cloud_SaveFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "SaveFile"
  },
  {
    "cmd": "user_cloud_DelFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "BatchDelFile"
  },
  {
    "cmd": "user_cloud_UpdateFile",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "UpdateFile"
  },
  {
    "cmd": "user_cloud_BatchFileMove",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "BatchFileMove"
  },
  {
    "cmd": "user_cloud_update_file_share_status",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "UpdateFileShareStatus"
  },
  {
    "cmd": "user_cloud_get_share_tomy",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "GetShareToMyList"
  },
  {
    "cmd": "user_cloud_share_file_move",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "ShareFileMoveToMyCloud"
  },
  {
    "cmd": "user_cloud_delete_file_share",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "DeleteFileShare"
  },
  {
    "cmd": "user_cloud_update_file_share_target",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "UpdateFileShareTarget"
  },
  {
    "cmd": "user_cloud_have_new_share",
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "HaveNewShare"
  },
  {
    "cmd": "user_web_my_dynamic_list",
    "fullName": "REBORN.Services.UserService.DynamicService",
    "method": "WebMyDynamicList"
  },
  /**审核委托**/
  {
    "cmd": "user_delegate_AddAuditDelegate",
    "fullName": "REBORN.Services.UserService.AuditDelegateService",
    "method": "AddAuditDelegate"
  },
  {
    "cmd": "user_delegate_GetMyDelegatePageList",
    "fullName": "REBORN.Services.UserService.AuditDelegateService",
    "method": "GetMyDelegatePageList"
  },
  {
    "cmd": "user_delegate_GetDelegateMePageList",
    "fullName": "REBORN.Services.UserService.AuditDelegateService",
    "method": "GetDelegateMePageList"
  },
  {
    "cmd": "user_delegate_CancelDelegate",
    "fullName": "REBORN.Services.UserService.AuditDelegateService",
    "method": "CancelDelegate"
  },
  {
    "cmd": "user_Assessment_Set", //新增修改考核配置信息
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "Set"
  },
  {
    "cmd": "user_Assessment_GetItemList", //获取考核项目列表
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "GetItemList"
  },
  {
    "cmd": "user_Assessment_RemoveRuleId", //根据规则编号删除规则信息
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "RemoveRuleId"
  },
  {
    "cmd": "user_Assessment_GetPageList", //获取考核配置分页列表
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "GetPageList"
  },
  {
    "cmd": "user_Assessment_Get", //根据配置编号获取配置信息
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "Get"
  },
  {
    "cmd": "user_Assessment_GetEnum", //获取考核相关枚举信息
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "GetEnum"
  },
  {
    "cmd": "user_Assessment_RemoveConfigById", //根据配置编号删除考核配置信息
    "fullName": "REBORN.Services.UserService.AssessmentService",
    "method": "RemoveConfigById"
  },
  {
    "cmd": "app_user_login_v1", //兼容多集团
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "AppUserLoginV1"
  },
  {
    "cmd": "user_get_GetDESEncrypt", //获取加密key
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetDESEncrypt"
  },
  {
    "cmd": "sysrecord_get_GetPageList", //获取系统更新日志分页列表
    "fullName": "REBORN.Services.UserService.SysupdateRecordService",
    "method": "GetPageList"
  },
  {
    "cmd": "sysrecord_get_Get", //根据编号获取系统更新日志
    "fullName": "REBORN.Services.UserService.SysupdateRecordService",
    "method": "Get"
  },
  {
    "cmd": "sysrecord_get_Set", //新增修改系统更新日志
    "fullName": "REBORN.Services.UserService.SysupdateRecordService",
    "method": "Set"
  },
  {
    "cmd": "sysrecord_get_Remove", //根据编号删除系统更新日志
    "fullName": "REBORN.Services.UserService.SysupdateRecordService",
    "method": "Remove"
  },
  {
    "cmd": "user_get_assessment_simple",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetSimpleAssessment"
  },
  {
    "cmd": "user_set_shares",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "SetShares"
  },
  {
    "cmd": "user_set_user_usedapplog",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "SetUsedApp"
  },
  {
    "cmd": "user_set_user_usederplog",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "SetUsedErp"
  },
  {
    "cmd": "user_get_usedsixSatistics",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetSixStatistics"
  },
  {
    "cmd": "user_post_get_usersixstatistics",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetUserStatistics"
  },
  {
    "cmd": "user_post_get_usersixdetails",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetUserSixDetails"
  },
  {
    "cmd": "user_post_get_usertodaysixstatistics",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetUserTodayStatistics"
  },
  {
    "cmd": "user_post_get_salesixreporting",
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "allowAnonymous": true,
    "method": "GetUserSaleSixReporting"
  },
  {
    "cmd": "user_post_get_allsaleemployee",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetLineSellEmployeeByBranch"
  },
  {
    "cmd": "user_post_get_getsaletradereporting",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.UserOperateLogService",
    "method": "GetSellTravelReporting"
  },
  {
    "cmd": "user_post_GetCollectionList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetCollectionList"
  },
  {
    "cmd": "user_post_SetCollection",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetCollection"
  },
  {
    "cmd": "user_post_RemoveCollection",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "RemoveCollection"
  },
  {
    "cmd": "user_post_GetVotePageList",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "GetPageList"
  },
  {
    "cmd": "user_post_GetVote",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "GetVote"
  },
  {
    "cmd": "user_post_DelVote",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "DelVote"
  },
  {
    "cmd": "user_post_SetVote",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "SetVote"
  },
  {
    "cmd": "user_post_SetEmployeeVote",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "SetEmployeeVote"
  },
  {
    "cmd": "user_post_GetNowVote",
    "fullName": "REBORN.Services.UserService.VoteService",
    "method": "GetNowVote"
  },
  {
    "cmd": "user_post_GetPropertyLoginInfo",
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetPropertyLoginInfo"
  },
  {
    "cmd": "user_post_SetWork",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "SetWork"
  },
  {
    "cmd": "user_post_GetMyWork",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "GetMyWork"
  },
  {
    "cmd": "user_post_DeleteWork",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "DeleteWork"
  },
  {
    "cmd": "user_post_GetWorkDetails",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "GetWorkDetails"
  },
  {
    "cmd": "user_post_SetWorkProcess",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "SetWorkProcess"
  },
  {
    "cmd": "user_post_SetWorkExamine",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "SetWorkExamine"
  },
  {
    "cmd": "user_post_GetWorkPageList",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "GetPageList"
  },
  {
    "cmd": "user_post_GetAllPageList",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "GetAllPageList"
  },
  {
    "cmd": "UserWork_GetUserWorkExportList",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "GetExportList"
  },
  {
    "cmd": "UserWork_SetRemarkt",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "SetRemark"
  },
  {
    "cmd": "user_post_DeleteWorkExamine",
    "fullName": "REBORN.Services.UserService.WorkService",
    "method": "DeleteWorkExamine"
  },
  {
    "cmd": "userauth_get_GetCheckUserAuthService",
    "fullName": "REBORN.Services.UserService.UserAuthService",
    "method": "GetCheckUserAuthService"
  },
  {
    "cmd": "userauth_get_CheckUserAuthNewService", //返回当前用户的所有功能权限
    "fullName": "REBORN.Services.UserService.UserAuthService",
    "method": "CheckUserAuthNewService"
  },
  {
    "cmd": "userauth_get_GetSTSToken", //获取阿里云OSS访问Token
    "fullName": "REBORN.Services.UserService.UserAuthService",
    "method": "GetSTSToken"
  },
  {
    "cmd": "SystemMessage_get_GetPageList", //获取分页
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "GetSysMessagePage"
  },
  {
    "cmd": "SystemMessage_get_GetDetails", //获取详情信息
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "GetSysMessageDetails"
  },
  {
    "cmd": "SystemMessage_get_SetSystemMessage", //新增/修改系统消息
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "SetSystemMessage"
  },
  {
    "cmd": "SystemMessage_get_DelSystemMessage", //删除系统消息
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "DelSystemMessage"
  },
  {
    "cmd": "SystemMessage_get_GetTodoTaskPriorityList", //获取任务优先级枚举
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "GetTodoTaskPriorityList"
  },
  {
    "cmd": "SystemMessage_get_GetTodoTypeList", //获取消息格式类型枚举
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "GetTodoTypeList"
  },
  {
    "cmd": "SystemMessage_get_GetCompletionPolicyEnumList", //获取消息状态类型枚举
    "fullName": "REBORN.Services.UserService.SystemMessageService",
    "method": "GetCompletionPolicyEnumList"
  }
]
