feat(req-2119):本地调试

This commit is contained in:
胡朝飞 2024-03-08 15:42:00 +08:00
parent cb69c32d31
commit 3c407ebbe2

View File

@ -20,7 +20,7 @@ import static org.springframework.http.MediaType.MULTIPART_FORM_DATA_VALUE;
*/ */
@FeignClient( @FeignClient(
name = "oss", name = "oss",
url = "http://oss:9123" url = "http://localhost:9123"
) )
public interface WebFileServiceApi { public interface WebFileServiceApi {
/** /**