主任务 措施审批,措施执行、预警解除,预警审批,审批结束 -- 未对接 总行、分行风险 添加措施 bug 影响项目进度 措施配置 信号配置 分案配置 分组管理 联系人详情 客户标签 预警排查 任务池 主要是配置云信贷系统 1、登录/退出改造(完成) 2、登录成功后路由字段映射(完成) 3、用户信息更新获取 (完成) 根据id获取用户信息 /api/admin/user/details/352 { "code": 0, "msg": null, "data": { "userId": "1", "username": "admin", "password": "$2a$10$qOtBgjYTkPnCIGYQINbv9OyyVlXnhiovtZkbdb6x901dFXxcW2lya", "salt": "", "wxOpenid": null, "qqOpenid": null, "giteeOpenId": "log4j", "oscOpenId": null, "createTime": "2018-04-20 07:15:18", "updateTime": "2024-01-17 11:14:10", "delFlag": null, "lockFlag": "0", "phone": "170****2999", "avatar": "/admin/sys-file/egy/0d636d31b4104584abc3cefa9f519347.jpg", "deptId": "1", "tenantId": "1", "deptName": "XX总行", "roleList": [ { "roleId": "1", "roleName": "管理员", "roleCode": "ROLE_ADMIN", "roleDesc": "管理员", "dsType": 0, "dsScope": "", "createBy": null, "updateBy": null, "createTime": "2017-10-29 15:45:51", "updateTime": "2023-04-06 14:03:28", "delFlag": "0" } ], "postList": [ { "postId": "1", "postCode": "TEAM_LEADER", "postName": "部门负责人", "postSort": 0, "remark": "LEADER", "createBy": null, "updateBy": null, "delFlag": "0", "createTime": "2022-03-26 13:48:17", "updateTime": "2023-03-08 16:03:35" } ], "nickname": "管理员666777", "name": "管理员", "email": "sw@mail.egyl.vip", "selected": null }, "ok": true } /admin/schedule(屏蔽) 4、check_token机制 新增 /auth/token/check_token?token=9000f1da-ab27-4afe-b1d7-951d772466f7 { "code": 0, "msg": null, "data": { "tokenValue": "9000f1da-ab27-4afe-b1d7-951d772466f7", "issuedAt": "2024-05-13T07:09:29.318Z", "expiresAt": "2024-05-13T19:09:29.318Z", "tokenType": { "value": "Bearer" }, "scopes": [ "server" ] }, "ok": true } 5、首页接口新增(屏蔽) /admin/audit/page?current=1&size=10&descs=create_time&ascs= { "code": 0, "msg": null, "data": { "records": [ { "id": "2", "auditName": "用户更新", "auditField": "邮箱", "beforeVal": "vhka9nzffo@44kp5.6wf", "afterVal": "vhka9nzffo@163.com", "createBy": "admin", "createTime": "2024-01-31 10:01:06", "delFlag": "0", "tenantId": "1" }, { "id": "1", "auditName": "用户更新", "auditField": "邮箱", "beforeVal": "l7vmvrht2c@69ovc.8vh", "afterVal": "l7vmvrht2c@163.com", "createBy": "admin", "createTime": "2024-01-30 15:06:19", "delFlag": "0", "tenantId": "1" } ], "total": 2, "size": 10, "current": 1, "orders": [ { "column": "", "asc": true }, { "column": "create_time", "asc": false } ], "optimizeCountSql": true, "searchCount": true, "maxLimit": null, "countId": null, "pages": 1 }, "ok": true } admin/schedule/list?month=2024-05-01 {"code":0,"msg":null,"data":[],"ok":true} 6、路由过滤,只剩下 预警系统 & 公共管理 (完成) 优惠券管理