Skip to content

Commit

Permalink
修复历史遗留问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jun 1, 2022
1 parent a6feaa7 commit 1165cae
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
import org.cloud.sonic.common.http.RespModel;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;

import java.io.IOException;

@FeignClient(value = "sonic-server-folder", fallback = FolderFeignClientFallBack.class)
public interface FolderFeignClient {

@GetMapping("/files/delete")
@DeleteMapping("/files")
RespModel<String> delete(@RequestParam(name = "day") int day);


Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 1165cae

Please sign in to comment.