Parcourir la source

拥有课程获得

change il y a 4 ans
Parent
commit
54ffc18a46

+ 2 - 2
zhongzheng-api/src/main/java/com/zhongzheng/controller/activity/PlanController.java

@@ -53,9 +53,9 @@ public class PlanController extends BaseController {
     }
 
     /**
-     * 查询任务積分列表
+     * 获得用户学习计划
      */
-    @ApiOperation("生成学习计划")
+    @ApiOperation("获得用户学习计划")
     @GetMapping("/userPlan")
     public AjaxResult<UserPlanVo> userPlan(UserPlanQueryBo bo) throws ParseException {
         ClientLoginUser loginUser = WxTokenService.getLoginUser(ServletUtils.getRequest());