mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
注释
This commit is contained in:
@@ -292,7 +292,7 @@ public class StudyCourseApi extends ApiBaseController{
|
||||
* @param
|
||||
* @return 返回学习条目的id
|
||||
*/
|
||||
@PostMapping("/study")
|
||||
// @PostMapping("/study")
|
||||
public JsonResponse<String> study(@RequestBody StudyContentDto sci, HttpServletRequest request){
|
||||
|
||||
if(StringUtils.isBlank(sci.getStudyId())){
|
||||
@@ -399,7 +399,7 @@ public class StudyCourseApi extends ApiBaseController{
|
||||
* @param sci
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/study-content-finish")
|
||||
// @PostMapping("/study-content-finish")
|
||||
public JsonResponse<String> studyContentFinish(@RequestBody StudyContentDto sci, HttpServletRequest request){
|
||||
|
||||
if(StringUtils.isBlank(sci.getStudyId())){
|
||||
|
||||
Reference in New Issue
Block a user