feat(req-2119):删除多余代码

This commit is contained in:
胡朝飞 2024-03-07 17:49:40 +08:00
parent 84a205698a
commit 4c416e95ce

View File

@ -3,7 +3,6 @@ package cn.axzo.oss.http.api;
import cn.azxo.framework.common.model.CommonResponse;
import feign.Response;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;