﻿[
  {
    "cmd": "admin_get_DepartmentGetPageList",
    "fullName": "REBORN.Services.UserService.DepartmentService", //命名空间+类名
    "method": "GetPageList", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "admin_get_DepartmentGetList",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetList",
    "url": ""
  },
  {
    "cmd": "admin_get_ApiLinkAgency", //代理跳转
    "fullName": "REBORN.Services.UserService.CloudService",
    "method": "ApiLinkAgency"
  },
  {
    "cmd": "admin_post_DepartmentSet",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "Set",
    "url": ""
  },
  {
    "cmd": "admin_post_DepartmentRemove",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "Remove",
    "url": ""
  },
  {
    "cmd": "admin_get_DepartmentGet",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "Get",
    "url": ""
  },
  {
    "cmd": "admin_get_PostGetPageList",
    "fullName": "REBORN.Services.UserService.PostService", //名明空间+类名
    "method": "GetPageList", //对应方法名称
    "url": "" //后期拓展
  },
  {
    "cmd": "admin_get_PostGetList",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "GetPostList",
    "url": ""
  },
  {
    "cmd": "admin_post_PostSet",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "Set",
    "url": ""
  },
  {
    "cmd": "admin_post_PostRemove",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "Remove",
    "url": ""
  },
  {
    "cmd": "admin_get_PostGet",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "Get",
    "url": ""
  },
  {
    "cmd": "admin_get_PostGetPostPermission",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "GetPostPermission",
    "url": ""
  },
  {
    "cmd": "admin_post_PostUpdatePostPermission",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "UpdatePostPermission",
    "url": ""
  },
  {
    "cmd": "admin_get_BranchList",
    "fullName": "REBORN.Services.UserService.BranchService",
    "method": "GetPageList",
    "url": ""
  },
  {
    "cmd": "admin_get_GetBranchLngLat", //获取公司的经纬度
    "fullName": "REBORN.Services.UserService.BranchService",
    "method": "GetBranchLngLat",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "admin_get_BranchAllList",
    "fullName": "REBORN.Services.UserService.BranchService",
    "method": "GetAllList",
    "url": ""
  },
  {
    "cmd": "admin_post_Branchoperate",
    "fullName": "REBORN.Services.UserService.BranchService",
    "method": "Set",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmpBankAccountPageList", //获取员工银行账户绑定分页列表
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpBankAccountPageList",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmpBackAccount", //获取员工银行账户绑定信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpBackAccount",
    "url": ""
  },
  {
    "cmd": "admin_post_SetEmpBankAccount", //新增修改员工银行账户绑定信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetEmpBankAccount",
    "checkFormRepeatSubmit": true, //验证表单重复提交
    "url": ""
  },
  {
    "cmd": "admin_post_SetEmpBankToJapan", //修改账户为日本账户
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetEmpBankToJapan",
    "url": ""
  },
  {
    "cmd": "admin_post_SetEmpBankIsDefaultCommission", //修改账户为佣金账户,用于佣金批量生成
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetEmpBankIsDefaultCommission",
    "checkFormRepeatSubmit": true, //验证表单重复提交
    "url": ""
  },
  {
    "cmd": "admin_post_GetBackAccount", //获取员工银行账户绑定信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetBackAccount",
    "url": "",
    "allowAnonymous": true
  },
  {
    "cmd": "admin_post_DelEmpBankAccount", //删除员工银行账户绑定信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "DelEmpBankAccount",
    "url": ""
  },
  {
    "cmd": "admin_post_BindEmpBankAccount", //绑定员工银行账户绑定信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "BindEmpBankAccount",
    "url": ""
  },
  {
    "cmd": "admin_post_GetBackAccountByObjID", //获取账户信息根据付款对象
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetBackAccountByObjID",
    "url": ""
  },
  {
    "cmd": "admin_get_EmployeeList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetPageList",
    "url": ""
  },
  {
    "cmd": "admin_get_GetGroupEmployeeNum", //获取员工数量统计
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetGroupEmployeeNum",
    "url": ""
  },
  {
    "cmd": "admin_get_EmployeeGetList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetList",
    "url": ""
  },
  {
    "cmd": "admin_get_GetBranchManagerList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetBranchManagerList",
    "url": ""
  },
  {
    "cmd": "admin_post_EmployeeOperate",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "Set",
    "url": ""
  },
  {
    "cmd": "admin_get_EmployeeGet",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "Get",
    "url": ""
  },
  {
    "cmd": "admin_post_EmployeeBatch",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetBatch",
    "url": ""
  },
  {
    "cmd": "admin_post_EmployeeInOrOut",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetLeave",
    "url": ""
  },
  {
    "cmd": "admin_post_EmployeeResetPwd",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "ResetPwd",
    "url": ""
  },
  {
    "cmd": "admin_post_ResetLoginMobile",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "ResetLoginMobile",
    "url": ""
  },
  {
    "cmd": "admin_get_EmployeeLogin",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "Get",
    "url": ""
  },
  {
    "cmd": "admin_get_UserPermission",
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetUserPermission",
    "url": ""
  },
  {
    "cmd": "admin_get_PostGetPostRole",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "GetPostRole",
    "url": ""
  },
  {
    "cmd": "admin_post_PostUpdatePostRole",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "UpdatePostRole",
    "url": ""
  },
  {
    "cmd": "admin_post_GetPostListByDepartmentIds", //根据多个部门编号获取岗位信息
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "GetPostListByDepartmentIds",
    "url": ""
  },
  {
    "cmd": "admin_get_EmployeeInfoByIds",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpInfoByIds",
    "url": ""
  },
  {
    "cmd": "app_get_company_department",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetCompanyDepartment"
  },
  {
    "cmd": "app_get_company_department_post",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetDepartmentPostForAppList"
  },
  {
    "cmd": "app_get_company_employee",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetDepartmentEmpList"
  },
  {
    "cmd": "app_get_employeeInfo_v2",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetDepartmentEmpListV2"
  },
  {
    "cmd": "app_get_employeeInfo",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpInfoByEmpId"
  },
  {
    "cmd": "app_get_searchemp",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SearchEmpList",
    "url": ""
  },
  {
    "cmd": "admin_post_UpdateEmpAnnual",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "UpdateEmpAnnual1",
    "url": ""
  },
  {
    "cmd": "app_get_GetDepartmentListTree",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetListTree"
  },
  {
    "cmd": "user_get_GetGroupDepartmentTreeList", //获取集团下所有部门 树形结构
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetGroupDepartmentTreeList"
  },
  {
    "cmd": "app_get_GetCompanyDepartmentListTree",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetCompanyDepartmentTree"
  },
  {
    "cmd": "app_get_GetGroupDepartmentTree", //通过集团获取=所有部门树形结构
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetGroupDepartmentTree"
  },
  {
    "cmd": "app_get_team_add_dep_emp",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetTeamAddDepEmpList"
  },
  {
    "cmd": "app_get_employeeInfo_byim",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpInfoByIM"
  },
  {
    "cmd": "app_get_employee_modify_icon",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "EmpMdifyIcon"
  },
  {
    "cmd": "app_get_dep_naem_by_im",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetDepNameByIm"
  },
  {
    "cmd": "app_get_GetDepartmentTier",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetDepartmentTier"
  },
  {
    "cmd": "app_get_GetDepartmentCascade",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetDepartmentCascade"
  },
  {
    "cmd": "department_get_GetListByBranchIds",
    "fullName": "REBORN.Services.UserService.DepartmentService",
    "method": "GetListByBranchIds"
  },
  {
    "cmd": "app_voice_search",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "VoiceSearch",
    "url": ""
  },
  {
    "cmd": "app_voice_create_index",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "CreateVoiceSearchIndex",
    "url": ""
  },
  {
    "cmd": "app_voice_show_template",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetVoiceShowTemplate",
    "url": ""
  },
  {
    "cmd": "app_get_version",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetAppVersion",
    "url": ""
  },
  {
    "cmd": "app_get_versionV2",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetAppVersionV2",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmployeeByUserDepartmentId",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmployeeByUserDepartmentId",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmployeeByUserByDepartmentType",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmployeeByUserByDepartmentType",
    "url": ""
  },
  {
    "cmd": "app_voice_date_init",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "VoiceSearchDataInit",
    "url": ""
  },
  {
    "cmd": "app_get_GetAppProductMenu",
    "allowAnonymous": true,
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetAppProductMenu",
    "url": ""
  },
  {
    "cmd": "admin_get_TempEmployeeList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetTempEmpPageList",
    "url": ""
  },
  {
    "cmd": "admin_get_TempPostGetList",
    "fullName": "REBORN.Services.UserService.PostService",
    "method": "GetTempList",
    "url": ""
  },
  {
    "cmd": "admin_post_TempEmployeeOperate",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "TempSet",
    "url": ""
  },
  {
    "cmd": "survey_post_GetSurveyMainPage", //获取问卷主表分页
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetSurveyMainPage"
  },
  {
    "cmd": "survey_post_SetSurveyMain", //新增修改问卷主表
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "SetSurveyMain"
  },
  {
    "cmd": "survey_post_GetSurveyMain", //获取问卷主表信息
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetSurveyMain"
  },
  {
    "cmd": "survey_post_RemoveSurveyMain", //删除问卷主表信息
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "RemoveSurveyMain"
  },
  {
    "cmd": "survey_post_GetPageList",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetSurveyPageList",
    "url": ""
  },
  {
    "cmd": "survey_post_GetSurvey",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetSurvey",
    "url": ""
  },
  {
    "cmd": "survey_post_SetSurvey",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "SetSurvey",
    "url": ""
  },
  {
    "cmd": "survey_post_GetSurveyTypeEnumList",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetSurveyTypeEnumList",
    "url": ""
  },
  {
    "cmd": "survey_post_DelSurvey",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "DelSurvey",
    "url": ""
  },
  {
    "cmd": "survey_post_GetGuestTravelLablePageList",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetGuestTravelLablePageList",
    "url": ""
  },
  {
    "cmd": "survey_post_GetGuestTravelLableSurvey",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetGuestTravelLableSurvey",
    "url": ""
  },
  {
    "cmd": "survey_post_DelGuestTravelLable",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "DelGuestTravelLable",
    "url": ""
  },
  {
    "cmd": "survey_post_SetGuestTravelLable",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "SetGuestTravelLable",
    "url": ""
  },
  {
    "cmd": "survey_post_GetTotalList",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetPriceSurveyTotalList",
    "url": ""
  },
  {
    "cmd": "survey_post_GetTotalListAPP",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetTotalListAPP",
    "url": ""
  },
  {
    "cmd": "survey_post_GetGuestSurvey",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetGuestSurvey",
    "url": ""
  },
  {
    "cmd": "survey_post_GetBusSurveyDetails",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetBusSurveyDetails",
    "url": ""
  },
  {
    "cmd": "survey_post_GetGuestTravelNotes",
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetGuestTravelNotes",
    "url": ""
  },
  {
    "cmd": "admin_post_TempEmployeeOperate",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "TempSet",
    "url": ""
  },
  {
    "cmd": "admin_get_MySelfResetLoginMobile", //个人中心修改手机号码
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "MySelfResetLoginMobile",
    "url": ""
  },
  {
    "cmd": "admin_get_MySelfResetPwd", //个人中心修改手机号码
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "MySelfResetPwd",
    "url": ""
  },

  {
    "cmd": "admin_get_SkipSelfResetPwd", //个人中心修改手机号码
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SkipSelfResetPwd",
    "url": ""
  },


  {
    "cmd": "admin_get_GetDictValueListService", //获取App更新字典列表
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetDictValueListService",
    "url": ""
  },
  {
    "cmd": "admin_post_SetDictValueListService", //修改App更新字典内容
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetDictValueListService",
    "url": ""
  },
  {
    "cmd": "admin_post_BindWeChat", //用户绑定微信
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "BindWeChat",
    "url": ""
  },
  {
    "cmd": "admin_get_GetErpAutoLoginInfo", //erp自动登录
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetErpAutoLoginInfo",
    "url": ""
  },
  {
    "cmd": "admin_get_GoogleAuthLogin", //google登陆
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GoogleAuthLogin",
    "allowAnonymous": true,
    "url": ""
  },
  {
    "cmd": "admin_get_GetUserInfo", //获取用户菜单
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetUserInfo",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmpByDepPostNameList", //获取操作地接签证op列表
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmpByDepPostNameList",
    "url": ""
  },
  {
    "cmd": "admin_get_AnalysisPassword", //获取员工其它信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "AnalysisPassword",
    "url": ""
  },
  {
    "cmd": "survey_post_GetTravelSurveyPage", //获取团队意见调查表
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetTravelSurveyPage",
    "url": ""
  },
  {
    "cmd": "survey_post_GetTravelBusSurveyPage", //获取车行意见调查
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetTravelBusSurveyPage",
    "url": ""
  },
  {
    "cmd": "admin_get_ImportEnterpriseWeChatId", //导入员工企业微信信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "ImportEnterpriseWeChatId",
    "url": ""
  },
  {
    "cmd": "admin_get_SetEnterpriseWeChatId", //设置员工企业微信信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetEnterpriseWeChatId",
    "url": ""
  },
  {
    "cmd": "admin_get_GetErpLoginInfoByUid", //根据EmpId登录获取token
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetErpLoginInfoByUid",
    "allowAnonymous": true
  },
  {
    "cmd": "admin_get_GetErpLoginInfoByToken", //根据Token自动登录
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "GetErpLoginInfoByToken",
    "allowAnonymous": true
  },
  {
    "cmd": "admin_get_DelEmployeeSaleGroup", //删除员工分组信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "DelEmployeeSaleGroup",
    "url": ""
  },
  {
    "cmd": "admin_get_SetEmployeeSaleGroup", //新增/修改员工分组信息
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "SetEmployeeSaleGroup",
    "url": ""
  },
  {
    "cmd": "admin_get_GetEmployeeSaleGroupListPage", //获取员工分组列表
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetEmployeeSaleGroupListPage",
    "url": ""
  },
  {
    "cmd": "survey_post_GetPriceCommentInfo", //根据团号获取评论信息
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "GetPriceCommentInfo"
  },
  {
    "cmd": "survey_post_SavePriceCommentInfo", //保存团队评论
    "fullName": "REBORN.Services.DMCService.SurveyService",
    "method": "SavePriceCommentInfo"
  },
  {
    "cmd": "admin_get_LeaderGuideLogin", //领队导游登陆
    "fullName": "REBORN.Services.UserService.LoginService",
    "method": "LeaderGuideLogin",
    "allowAnonymous": true
  },
  {
    "cmd": "admin_get_GetByDepartmentsList",
    "fullName": "REBORN.Services.UserService.EmployeeService",
    "method": "GetByDepartmentsList",
    "url": ""
  }
]