文档
测试

新增/获取减免类型

POST
http://pay.com/base/api/Dictionary/getCurrentItems

请求头

参数名
类型
描述
必填
Authorization
QTVKOUlBdUtQUXpaZFBybHNKNEdZT25FUnlJSG90MjRiOWRDRkxHMkpQYnVYOEw5b0JIPW14SFFwN0psS0J1R0NPSGxpREk1bDlvNW5CRVhpeDNRbzVKaFowS0pWQVRwWVFNQ3RPOE92VHh5dg%3D%3D
必填

请求参数

参数名
类型
描述
必填
dictionaryCode
string
sys_reduction
必填

响应参数

参数名
类型
描述
必填
status
int
成功状态码0
必填
msg
string
消息
必填
datas
数据
必填
name
string
项目名称
必填
key
string
项目标识key
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "194", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2021-06-26 14:10:24", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2021-06-26 14:10:24", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "sort": "1", "name": "绿卡学生", "key": "sys_reduction_lv", "remarks": "", "is_default": "0", "status": "active", "company_uuid": "0", "dictionary_code": "sys_reduction" }, { "id": "195", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2021-06-26 14:10:46", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2021-06-26 14:10:47", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "sort": "2", "name": "优等学生", "key": "sys_reduction_you", "remarks": "", "is_default": "0", "status": "active", "company_uuid": "0", "dictionary_code": "sys_reduction" }, { "id": "196", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2021-06-26 14:11:24", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2021-06-26 14:11:24", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "sort": "3", "name": "贫困学生", "key": "sys_reduction_poor", "remarks": "", "is_default": "0", "status": "active", "company_uuid": "0", "dictionary_code": "sys_reduction" } ] }