2.3.1 REST


2.3.1.1获取人员各消费类型消费总量

2.3.1.1.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/stuAPI/get_ConsumeProportionByMonth POST 蔡成龙 [email protected]
2.3.1.1.2入参
参数名 描述 类型 是否必填
id 身份认证号 String
consumeType 消费类型(忽略) String
startDate 开始时间(忽略) String
endDate 结束时间(忽略) String
date 查询日期 String
page 分页对象 Page
2.3.1.1.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
page 分页对象 Page
totalAmount String
shopping String
others String
net String
library String
id String
health String
electricity String
catering String
book String
bath String
2.3.1.1.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.2根据消费类别获取人员每月消费

2.3.1.2.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/stuAPI/get_ConsumeDetailByMonth POST 蔡成龙 [email protected]
2.3.1.2.2入参
参数名 描述 类型 是否必填
id 身份认证号 String
consumeType 消费类型 String
startDate 开始时间 String
endDate 结束时间 String
date 查询日期 String
page 分页对象 Page
2.3.1.2.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
getConsumeDetailByMonthCtx 消费记录详情 GetConsumeDetailByMonthCtx[]
2.3.1.2.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.3获取卡户信息余额

2.3.1.3.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/stuAPI/get_CardInfoWithBalance POST 张健 [email protected]
2.3.1.3.2入参
参数名 描述 类型 是否必填
id 身份认证号 String
startDate 开始时间 String
endDate 结束时间 String
page 分页对象 Page
2.3.1.3.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
tradetime String
remining String
id String
cardstatusname String
cardstatuscode String
cardnum String
availdate String
2.3.1.3.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.4获取最近一个月每日消费总额

2.3.1.4.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/stuAPI/get_ConsumeTotalByDay POST 张健 [email protected]
2.3.1.4.2入参
参数名 描述 类型 是否必填
id 身份认证号 String
startDate 开始时间 String
endDate 结束时间 String
page 分页对象 Page
2.3.1.4.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
getConsumeTotalByDayCtx GetConsumeTotalByDayCtx[]
2.3.1.4.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.5获取人员信息

2.3.1.5.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/users/get_userInfosByIds POST 张健 [email protected]
2.3.1.5.2入参
参数名 描述 类型 是否必填
userType 用户类型 UserType
ids 用户ID String[]
page 分页对象 Page
2.3.1.5.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
page 分页对象 Page
users BasicUsersInfo[]
2.3.1.5.4返回状态码
状态码 含义
200 操作成功
400 参数错误
500 系统错误~~~

2.3.1.6获取单位代码和单位名称

2.3.1.6.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/deptAPI/getDeptInfo POST 张健 [email protected]
2.3.1.6.2入参

2.3.1.6.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
deptInfo DeptInfo[]
2.3.1.6.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.7获取代码结构

2.3.1.7.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /mdb_service_web/restful/infoStandard/get_ChildrenInfo POST 张健 [email protected]
2.3.1.7.2入参
参数名 描述 类型 是否必填
parentCode 隶属ID String
tableName 表名 String
code 字典编码 String[]
page 分页对象 Page
2.3.1.7.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
infoStands InfoStand[]
2.3.1.7.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

2.3.1.8获取人员信息

2.3.1.8.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/users/get_UsersInfo POST 张健 [email protected]
2.3.1.8.2入参
参数名 描述 类型 是否必填
userType 用户类型 UserType
date 日期 String
dataType 数据类型 DataType
page 分页对象 Page
2.3.1.8.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
users BasicUsersInfo[]
2.3.1.8.4返回状态码
状态码 含义
200 操作成功
400 参数错误
500 系统错误~~~

2.3.1.9动态搜索人员

2.3.1.9.1概述
注册账号 服务名称 服务URL 请求方式 服务负责人 负责人邮箱 状态
mdm /cs_auth_web/restful/groupReadAPI/search_groupuser POST 张健 [email protected]
2.3.1.9.2入参
参数名 描述 类型 是否必填
conditions 查询条件 SearchConditions[]
page 分页对象 Page
2.3.1.9.3出参
参数名 描述 类型 是否必填
status 返回码 int
msg 描述 String
total 总条数 int
users BPMUserInfo []
2.3.1.9.4返回状态码
状态码 含义
200 操作成功
500 系统错误~~~

results matching ""

    No results matching ""