- 科研3.0项目部署须知
- 科研3.0项目开发规范
- 科研3.0前端部署须知
- 科研3.0前端代码规范
- 经费系统
- 一般/普通业务
- 成果业务
- 申请单业务
- 流程业务
- 绩效成果业务
- 绩效管理业务
- 考核计划业务
- 绩效管理/考核计划/列表初始化(科室)
- 绩效管理/考核计划/考核结果列表(科室)
- 绩效管理/考核计划/考核结果业绩点详情(科室)
- 绩效管理/考核计划/考核结果导出(科室)
- 绩效管理/考核计划/科室考核结果导出
- 绩效管理/考核计划/新增修改
- 绩效管理/考核计划/列表
- 绩效管理/考核计划/考核结果列表(个人)
- 绩效管理/考核计划/考核结果科室列表
- 绩效管理/考核计划/考核结果详情
- 绩效管理/考核计划/考核计划绩效配置
- 绩效管理/考核计 划/考核结果业绩点详情(个人)
- 绩效管理/考核结果开始确认环节
- 绩效管理/考核计划/考核结果发布
- 绩效管理/考核计划/考核结果导出(个人)
- 绩效管理/考核计划/个人考核结果导出
- 绩效管理/考核计划/列表初始化
- 考核申诉业务
- 绩效配置业务
- 绩效草稿箱业务
- 绩效首页
- 成果业务
- 科研项目业务
- 预算调整业务
- 项目成果业务
- 分批到账业务
- 项目业务
- 查询列表初始化
- 查询列表
- 项目保存
- 保存
- 提交
- 获取详细信息
- 获取项目的冻结记录
- 项目初始化
- 项目冻结
- 项目解冻
- 导入项目
- 获取项目列表
- 导入以往开支明细
- 获取项目 已开支明细
- 获取入账信息集合
- 入账
- 获取所有的预算调整信息
- 项目结转
- 项目补助(追加金额)
- 项目列表导出
- 项目经费列表导出
- 修改基本信息
- 项目pdf报表
- 项目经费余额调整
- 人员档案列表查询
- 获取项目经费--(排除申请单填写的预报销金额,basicApplyId对应的申请单除外)
- 获取项目经费--(排除申请单填写的预报销金额,basicApplyId对应的申请单除外)
- 获取项目经费
- 获取当前科室所有项目
- 推送仁享项目数据,同步,只手动调用
- syncReimbursement
- syncBudget
- 退回到初始/作废
- 项目经费业务
- 经费预警记录
- 经费预警设置
- 报销单业务
- 成果奖励业务
- 科研平台业务
- 用户业务
- 当前用户操作业务
- 当前用户/获取可预算调整的项目列表
- 当前用户/修改当前用户基本信息(个人用户)
- 获取登录者的用户信息
- 查询当前用户外出申请单列表
- 当前用户/获取当前用户的项目(报销/登记时调用)
- 当前用户/个人回收站
- 退出登录
- 当前用户/获取当前用户的项目(预算调整时调用)
- 当前用户/当前用户修改密码
- 当前用户/当前用户账单
- 当前用户/获取用户计较账户
- 当前用户/查看项目账单初始化
- 当前用户/查看项目账单
- 当前用户/个人成果统计(论文,专利,专著,学术交流)
- 当前用户/个人统计(学分)
- 当前用户/个人公告
- 当前用户/查询论文投稿列表
- 当前用户/查询专利申请列表
- 当前用户/个人绩效
- 当前用户/个人学术交流列表
- 个人/成果统计项目
- 个人/成果统计论文
- 个人/成果统计专利
- 个人/ 成果统计著作
- 个人/科研项目eECharts图
- 个人/论文数量eECharts图
- 个人/专利数量eECharts图
- 个人/专著数量eECharts图
- 个人已通过的申请单数量
- 个人科研成绩
- 菜单按钮业务
- 职称/职位业务
- 角色业务
- 人员业务
- 登录业务
- 成果管理
- 项目系统
- 项目接口
- 年度研究计划
- 预计完成成果
- PmProjectController
- PmProjectFundController
- ProjectController
- 系统业务
- 流程业务
- UserAccountController
角色/查询
GET
/role/list
请求参数
Authorization
在 header 添加参数
token
示例:
token: ********************
Header 参数
token
string
必需
示例值:
eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxIiwianRpIjoiMTg2ZGQ0ZWM2ZDRkNDY0M2FkYzYxMjA2YmJiMzE0NzUyMDIyLTA0LTI4In0.1g2oFHkIvwC15liDCEabdhP9QeGq8KJT2Pv52E0C7JhlypliRKX2opObKrf9JiJyaksLbTS83r50nDxHFEmmgQ
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/role/list' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
data
array [object {9}]
数据
mBIds
array[string]
菜单按钮集合
basicRole
string
是否基础角色 0否 1是
id
integer
角色id
level
integer
等级
menuButtonVos
array [object {12}]
菜单按钮集合
name
string
角色名称
remark
string
备注
status
string
状态
statusName
string
状态名称
jurisdiction
null
权限
message
string
消息
示例
{ "code":200, "data":[ { "id":1, "level":1, "mBIds":[10002,10003,10004], "menuButtonVos":[ { "children":[ { "children":[], "icon":"icon-gonggao", "id":1, "level":null, "name":"通知公告", "parentId":10002, "path":"/notice", "routeList":[], "routes":[26,27,28,29,31,46,49,68,87,97,107,117,127,277,286,300,491,492,493,497,500,501,502,503,504,505,543,551,887], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":181, "level":null, "name":"个人首页", "parentId":10002, "path":"", "routeList":[], "routes":[7,37,41,282,493,498,499,501,508,526,541,555,779,780,781,782,887,929,930], "sort":null, "status":"1", "type":"1" }, { "children":[ { "children":[], "icon":"", "id":4, "level":null, "name":"草稿箱", "parentId":2, "path":"/drafts", "routeList":[], "routes":[24,25], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":3, "level":null, "name":"个人申请单", "parentId":2, "path":"/allApplyForm", "routeList":[], "routes":[210,213,214,215,216,220], "sort":null, "status":"1", "type":"0" } ], "icon":"icon-chuli1", "id":2, "level":null, "name":"工作单管理", "parentId":10002, "path":"", "routeList":[], "routes":[], "sort":null, "status":"1", "type":"0" }, { "children":[ { "children":[], "icon":"", "id":6, "level":null, "name":"外出学习申请", "parentId":5, "path":"/jobTraining", "routeList":[], "routes":[190,192,194,195,197], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":7, "level":null, "name":"专家咨询费申请单", "parentId":5, "path":"/expertConsulting", "routeList":[], "routes":[141,143,145,146,148], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":8, "level":null, "name":"测试化验加工费申请单", "parentId":5, "path":"/assayCost", "routeList":[], "routes":[200,202,204,205,207], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":9, "level":null, "name":"外出进修", "parentId":5, "path":"/furtherEducation", "routeList":[], "routes":[152,154,156,157,159], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":10, "level":null, "name":"材料(设备)申购单", "parentId":5, "path":"/materialdetail", "routeList":[], "routes":[180,182,184,185,187], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":11, "level":null, "name":"总务物资申购单", "parentId":5, "path":"/generaldetail", "routeList":[], "routes":[163,165,167,168,170], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":12, "level":null, "name":"科研用药申购单", "parentId":5, "path":"/drugDetail", "routeList":[], "routes":[130,132,134,135,137], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"", "id":13, "level":null, "name":"工作资料变更", "parentId":5, "path":"/jobDataChange", "routeList":[], "routes":[173,175,177,178], "sort":null, "status":"1", "type":"0" } ], "icon":"icon-shenqingguanli", "id":5, "level":null, "name":"申请管理", "parentId":10002, "path":"", "routeList":[], "routes":[], "sort":null, "status":"1", "type":"0" }, { "children":[], "icon":"icon-shenpi", "id":14, "level":null, "name":"审批管理", "parentId":10002, "path":"/appmanageindex", "routeList":[], "routes":[61,62,65,66,74,84,94,104,114,124,133,144,155,166,176,183,193,203,211,212,218,266,273,281,309,319,329,339,350,360,370,379,389,399,411,421,432,441,450,459,468,477,486,746,869], "sort":null,
修改于 2023-08-08 08:13:12