- 方法 参数 返回 作用 请求 请求路径
- search String name ArrayList<String> 搜索指引 post /EsCourse/search
- MysqlInterES 无 无 同步mysql中的数据 get /EsCourse/MysqlInterES
- CourseList int categoryId HashSet<ESCourse> 课程分类查询所有 Post /EsCourse/CourseList
- SelCourse String name HashSet<ESCourse> 课程的搜索 Post /EsCourse/SelCourse
- checkAndCreateIndex 无 boolean ES索引结构初始化 Get /EsCourse/checkAndCreateIndex
- 作用 路径 请求方式 参数是
- 用户可以使用的优惠券 localhost:8003/Coupon/findAll post CouponDto类
- 订单 localhost:8003/order1/addorder1 post OrdersDto类
- 展示用户已购买的课程 localhost:8003/course/findAll post 无参
- 店铺展示信息 localhost:8003/shop/findAll post ShopDto 类
|