|
@ -85,7 +85,7 @@ public class GuideModuleController { |
|
|
return new Result(); |
|
|
return new Result(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@PostMapping() |
|
|
@PostMapping("list") |
|
|
public Result<List<ModuleDTO>> getModuleList(@LoginUser TokenDto tokenDto) { |
|
|
public Result<List<ModuleDTO>> getModuleList(@LoginUser TokenDto tokenDto) { |
|
|
return new Result<List<ModuleDTO>>().ok(guideModuleService.getModuleList(tokenDto.getCustomerId())); |
|
|
return new Result<List<ModuleDTO>>().ok(guideModuleService.getModuleList(tokenDto.getCustomerId())); |
|
|
} |
|
|
} |
|
|