接口文档.txt 1.2 KB

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