2.3.1.10失物招领接口

2.3.1.10.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/staffBasicInfoAPI/searchStaffInfo POST 张健 [email protected]
2.3.1.10.2入参
参数名 描述 类型 是否必填
searchType 搜索类型:WP_YKT:一卡通号WP_SFZ :身份证号WP_XSZ :学.工号 String
searchKey 搜索关键字 String
page 分页对象 Page
2.3.1.10.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
name String
code String
phone String
email String
2.3.1.10.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.11获取指定时间段的消费总额和最高消费额

2.3.1.11.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/stuAPI/getConsumeByDay POST 张健 [email protected]
2.3.1.11.2入参
参数名 描述 类型 是否必填
id 用户身份证号 String
consumeType 消费类型 String
startDate 开始时间 String
endDate 结束时间 String
date 日期 String
page 分页对象 Page
2.3.1.11.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
totalConsumeAmount BigDecimal
consumeDetails ConsumeDetail[]
2.3.1.11.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.12取工资

2.3.1.12.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/salaryInfo/getSalaryInfoByMonth POST 张健 [email protected]
2.3.1.12.2入参
参数名 描述 类型 是否必填
id 用户ID String
year String
month String
type 类型 Integer
page Page
2.3.1.12.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
totalIncome String
totalCost String
totalSalary String
salaryInfoMonths SalaryInfoMonth[]
2.3.1.12.4返回状态码
状态码 含义
200 操作成功
202 该操作无相应结果!
500 系统错误~~~

2.3.1.13根据groupid 获取用户

2.3.1.13.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/groupReadAPI/get_usersByGroupId POST 张健 [email protected]
2.3.1.13.2入参
参数名 描述 类型 是否必填
groupId 用户组ID String
uid String
page 分页对象 Page
2.3.1.13.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
redisInfo RedisInfoNew[]
2.3.1.13.4返回状态码
状态码 含义
200 操作成功
400 参数格式错误
500 系统错误~~~

2.3.1.14查询按拼音排序的用户

2.3.1.14.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/groupReadAPI/searchUserWithSpell POST 张健 [email protected]
2.3.1.14.2入参
参数名 描述 类型 是否必填
deptId 部门ID String
condition 条件 String
page 分页对象 Page
2.3.1.14.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
userInfoWithSpells UserInfoWithSpell []
2.3.1.14.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.15查询带电话,办公室电话和职务的教师

2.3.1.15.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/groupReadAPI/getTeacherInfo POST 张健 [email protected]
2.3.1.15.2入参
参数名 描述 类型 是否必填
condition 条件 String
page 分页对象 Page
2.3.1.15.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
infos TeacherInfoWithPositionPhone[]
2.3.1.15.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.16搜索部门

2.3.1.16.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/deptAPI/searchDeptByName POST 张健 [email protected]
2.3.1.16.2入参
参数名 描述 类型 是否必填
condition 查询条件 String
page 分页对象 Page
2.3.1.16.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
deptInfo DeptInfo[]
2.3.1.16.4返回状态码
状态码 含义
200 操作成功
400 参数错误
500 系统错误~~~

2.3.1.17用户详细信息

2.3.1.17.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/users/getUsersWithDeptDetail POST 张健 [email protected]
2.3.1.17.2入参
参数名 描述 类型 是否必填
ids 用户ID String[]
needOrder 是否需要排序,默认不排序一表通 南理工 项目需要增加排序 boolean
page Page
2.3.1.17.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
userInfoWithDepts UserInfoWithDept[]

UserInfoWithDept

参数名 描述 类型 是否必填
name String
id String
userType UserType
deptName String
deptCode String
sexCode String
sexName String
phone String
email String
majorName String
majorCode String
grade String
dataType DataType
academyCode String
academyName String
className String
classCode String
attachToCode String
clevel Integer
2.3.1.17.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.18用户详细信息

2.3.1.18.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/users/getUsersWithDeptDetail2 POST 张健 [email protected]
2.3.1.18.2入参
参数名 描述 类型 是否必填
ids 用户ID String[]
needOrder 是否需要排序,默认不排序一表通 南理工 项目需要增加排序 boolean
page Page
2.3.1.18.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
userInfoWithDepts UserInfoWithDept2[]

UserInfoWithDept2

参数名 描述 类型 是否必填
name String
id String
userType UserType
deptName String
deptCode String
phone String
birthday String
nationCode String
nationName String
nativeCode String
nativeName String
politicalCode String
politicalName String
positionLevelCode String
positionLevelName String
email String
position String
sexCode String
sexName String
academyCode String
academyName String
grade String
className String
classCode String
majorName String
majorCode String
identityCode String
enterTime String
attachToCode String
clevel Integer
pyccCode 培养层次代码 String
pyccName 培养层次名称 String
2.3.1.18.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.19根据用户ID提供所在部门结构

2.3.1.19.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/users/getUserInfoWithAllDeptsDetail POST 张健 [email protected]
2.3.1.19.2入参
参数名 描述 类型 是否必填
ids 用户ID String[]
needOrder 是否需要排序,默认不排序一表通 南理工 项目需要增加排序 boolean
page 分页对象 Page
2.3.1.19.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
userInfoWithAllDepts UserInfoWithAllDepts[]
2.3.1.19.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

results matching ""

    No results matching ""