# one-punch-cloud **Repository Path**: silenceone/one-punch-cloud ## Basic Information - **Project Name**: one-punch-cloud - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-07 - **Last Updated**: 2022-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 初始化项目 ###小程序端接口 *** #####uaa-center 认证服务 1. post /oauth/wx-user/code 微信用户获取token 2. post /oauth/wx-user/mobile 用户进行注册,用户已经进入到小程序,然后进行注册 *** #####user-center 用户服务 1. get /student/app 条件搜索学生信息 2. post /guardian/student 保存家长选的学生信息 3. get /guardian/students 家长已添加学生列表 4. put /guardian/student 编辑家长选的学生信息 5. delete /guardian/student/{studentId} 删除家长选的学生信息 *** #####course-center 课程服务 1. get /class/courses/app/{schoolId} app学生可选课程列表 2. get /class/course/app/{classId} app端班级课程详情 *** #####order-center 订单服务 1. post /order 创建订单 2. get /orders 订单列表 3. get /order/{orderId} 订单详情 4. post /order/pay/{orderId} 订单支付 todo 5. 学生课表 todo