lith 5 년 전
부모
커밋
ec0184a899
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      dotnet/Sers/Sers.Gateway/Sers.Gateway/GatewayHelp.cs

+ 2 - 3
dotnet/Sers/Sers.Gateway/Sers.Gateway/GatewayHelp.cs

@@ -198,8 +198,7 @@ namespace Sers.Gateway
         static string Rpc_CallerSource = ConfigurationManager.Instance.GetStringByPath("Sers.Gateway.Rpc.CallerSource")?? "Outside";
 
         protected ApiMessage BuildApiRequestMessage(HttpRequest request)
-        {
-       
+        {      
    
             var rpcData = RpcFactory.CreateRpcContextData().Init(Rpc_CallerSource);
 
@@ -270,7 +269,7 @@ namespace Sers.Gateway
             }
 
             
-            //(x.2)Content-Type → application/json
+            //(x.x.2)Content-Type → application/json
             if (!headers.ContainsKey("Content-Type"))
             {
                 headers["Content-Type"]= ResponseDefaultContentType;