接口文档.txt 936 B

1234567891011121314
  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类