Преглед изворни кода

yinruoxi

修改:
    1.天气接口测试bug修复
tags/B.2.5.4_20231228_base
kira пре 1 година
родитељ
комит
3a63f0693e
2 измењених фајлова са 2 додато и 0 уклоњено
  1. +1
    -0
      xueyi-api/xueyi-api-nlt/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
  2. +1
    -0
      xueyi-modules/xueyi-message/src/main/java/com/xueyi/message/transfer/controller/ApiController.java

+ 1
- 0
xueyi-api/xueyi-api-nlt/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports Прегледај датотеку

@@ -1,3 +1,4 @@
com.xueyi.nlt.api.nlt.feign.factory.RemoteIntentFallbackFactory
com.xueyi.nlt.api.nlt.feign.factory.RemoteQAFallbackFactory
com.xueyi.nlt.api.nlt.feign.factory.RemoteLandingLlmFallbackFactory
com.xueyi.nlt.api.nlt.feign.factory.RemoteSeniverseFallbackFactory

+ 1
- 0
xueyi-modules/xueyi-message/src/main/java/com/xueyi/message/transfer/controller/ApiController.java Прегледај датотеку

@@ -87,6 +87,7 @@ public class ApiController {
@Autowired
RemoteQuestionanswersService remoteQuestionanswersService;

@Autowired
RemoteSeniverseService remoteSeniverseService;

@Value("${notification.seniverse.key}")


Loading…
Откажи
Сачувај