yuxc
2025-01-07 1f7fb3d9affd85a327d6baa60bb3fd32943ef5c4
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/provider/VciFileDocClassifyProvider.java
@@ -17,7 +17,7 @@
 */
@FeignClient(
        name = "vciFileDocClassifyProvider",
        url = "${vciPlatform.fileServiceUrl:http://localhost:19000/fileService}",
        url = "${feign.fileServiceUrl:http://localhost:19000/fileService}",
        path = "vciFileDocClassifyController"
)
public interface VciFileDocClassifyProvider {