# course-backend **Repository Path**: johnson-shx/course-backend ## Basic Information - **Project Name**: course-backend - **Description**: course 后台 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-14 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 课程培训课程 gientech 9组成员的后台代码 ### 状态介绍 english 对应前端event参数传参; * 提交申请 /customer/submitApply * 审核接口 /auditor/approve * 拒绝接口 /auditor/deny * 取消申请 /customer/cancelApply * 项目查询 /customer/applyList 登录用户session提供给他后台get uid. sample: {applyId:xxx, event: 'Select'} status: 0待审核 1初审通过(Select) 2 合规性审核通过(Compliance) ,3信贷审批(Credit) 4 签订合同通过 (Contract) 5 贷款已发放(Repayment) status -1初审拒绝 -2合规性审核拒绝 -3信贷审批拒绝 -4合同签订失败 -5 贷款失败