Commit e0d36dfb authored by luzhuang's avatar luzhuang

fix: 修改链接

parent 9ed57d92
...@@ -199,8 +199,8 @@ public class BChapterController extends PaginationController<BChapter> { ...@@ -199,8 +199,8 @@ public class BChapterController extends PaginationController<BChapter> {
@ApiImplicitParam(name = "ids", value = "课程ids(用英文逗号隔开)", required = true, dataType = "varchar") @ApiImplicitParam(name = "ids", value = "课程ids(用英文逗号隔开)", required = true, dataType = "varchar")
@PostMapping("/getBatchsDownload") @PostMapping("/getBatchsDownload")
public Result getBatchsDownload(CurUser curUser,@RequestParam String ids, BindingResult br) throws IOException { public Result getBatchsDownload(CurUser curUser,@RequestParam String ids, BindingResult br) throws IOException {
// String newFileUrl = bChapterService.getBatchsDownload(ids); String newFileUrl = bChapterService.getBatchsDownload(ids);
String newFileUrl = "http://192.168.5.54/eduServer/course/zip/6d454523b48d4885a6e2bee4a2bcd967.zip"; // String newFileUrl = "http://192.168.5.54/eduServer/course/zip/6d454523b48d4885a6e2bee4a2bcd967.zip";
return Result.builder(new PersistModel(1), return Result.builder(new PersistModel(1),
MessageConstant.MESSAGE_ALERT_SUCCESS, MessageConstant.MESSAGE_ALERT_SUCCESS,
MessageConstant.MESSAGE_ALERT_ERROR, MessageConstant.MESSAGE_ALERT_ERROR,
......
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