剔除 httpExchange 更换为 openfeign 实现

This commit is contained in:
shikong 2023-08-20 00:55:30 +08:00
parent e792607241
commit 3685e4e648

View File

@ -67,7 +67,7 @@ public class MediaServiceTest {
@Test
void testApi(){
log.info("{}",zlMediaHttpService.getApiList());
log.info("{}", zlMediaHttpService.getApiList());
}
@Test