田源
2025-01-16 a13255b4129ee8a7a7b7e1ecd8e02dd2c78f7c17
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/provider/VciFileQueryProvider.java
@@ -13,7 +13,7 @@
 */
@FeignClient(
        name = "vciFileQueryProvider",
        url = "${vciPlatform.fileServiceUrl:http://localhost:19000/fileService}",
        url = "${feign.fileServiceUrl:http://localhost:19000/fileService}",
        path = "vciFileQueryController"
)
public interface VciFileQueryProvider {