weieryang 3 anni fa
parent
commit
664080a85a
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      Startup.cs

+ 5 - 0
Startup.cs

26
         // This method gets called by the runtime. Use this method to add services to the container.
26
         // This method gets called by the runtime. Use this method to add services to the container.
27
         public void ConfigureServices(IServiceCollection services)
27
         public void ConfigureServices(IServiceCollection services)
28
         {
28
         {
29
+			
30
+			
31
+			
32
+			
33
+			
29
             //×¢²áÊý¾Ý¿âµÄ·þÎñ
34
             //×¢²áÊý¾Ý¿âµÄ·þÎñ
30
             string connectionString = Configuration.GetConnectionString("xyContext");
35
             string connectionString = Configuration.GetConnectionString("xyContext");
31
             services.AddHttpClient("client_dd", config => 
36
             services.AddHttpClient("client_dd", config =>