Ver código fonte

地址信息

devin.zhu@doverfs.com 7 meses atrás
pai
commit
afb044f4a0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Ai.AgentServer/Server/HttpServer.cs

+ 1 - 1
Ai.AgentServer/Server/HttpServer.cs

@@ -26,7 +26,7 @@ namespace Ai.AgentServer.Server
         {
             if (request == null || string.IsNullOrWhiteSpace(request.Type)) return new FuelReponse(5001, request);
             var client = _httpClientFactory.CreateClient("FuelClient");
-            var xunfeiUrl = "http://211.91.71.15:8899";
+            var xunfeiUrl = "http://117.48.149.67:8899";
             //配置文件读取
             if (!string.IsNullOrWhiteSpace(configuration1.GetSection("XunFei").Value))
             {