Commit 707450f6 authored by 刘基明's avatar 刘基明

Merge branch 'v2.3.1' into 'dev'

课程包列表查询

See merge request !82
parents 87ee71a7 b95d8a7a
...@@ -38,8 +38,9 @@ public interface FeignClientForCourse { ...@@ -38,8 +38,9 @@ public interface FeignClientForCourse {
@GetMapping("/course/getStudyCourseCount") @GetMapping("/course/getStudyCourseCount")
CommonResp<Integer> getStudyCourseCount(@ApiParam(value = "用户id") @RequestParam(value = "userId",required = false) String userId); CommonResp<Integer> getStudyCourseCount(@ApiParam(value = "用户id") @RequestParam(value = "userId",required = false) String userId);
@ApiOperation("课程包列表查询 含价格") @ApiOperation("课程包列表查询 含价格,不用登陆")
@GetMapping("/course/getCoursePackageSimpleRespList") @GetMapping("/inner/getCoursePackageSimpleRespList")
CommonResp<List<CoursePackageSimpleResp>> getCoursePackageListByUserId(@RequestParam("list") List<String> list); CommonResp<List<CoursePackageSimpleResp>> getCoursePackageListByUserId(@RequestParam("list") List<String> list);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment