wangting
2025-01-15 3c4babccb9de2107a0ca4d6a3e9582e672a23edc
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/provider/VciFileDownloadProvider.java
@@ -12,7 +12,7 @@
 */
@FeignClient(
        name = "VciFileDownloadProvider",
        url = "${vciPlatform.fileServiceUrl:http://localhost:19000/fileService}",
        url = "${feign.fileServiceUrl:http://localhost:19000/fileService}",
        path = "vciFileDownloadController"
)
public interface VciFileDownloadProvider {