聚水潭接口对接
This commit is contained in:
@@ -184,7 +184,8 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.Configure<SmsOptions>(Configuration.GetSection("SmsOptions"));
|
||||
Services.AddOptions<lingXingOptions>();
|
||||
Services.Configure<lingXingOptions>(Configuration.GetSection("LingXingOptions"));
|
||||
|
||||
Services.AddOptions<JuShuiTanOptions>();
|
||||
Services.Configure<JuShuiTanOptions>(Configuration.GetSection("JuShuiTanOptions"));
|
||||
|
||||
|
||||
}
|
||||
@@ -349,7 +350,7 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.AddTransient<IRedisConcurrentProcessService, RedisConcurrentProcessService>();
|
||||
Services.AddTransient<ILingXingService, LingXingService>();
|
||||
Services.AddTransient<IProductInventoryService, ProductInventoryService>();
|
||||
|
||||
Services.AddTransient<IJuShuiTanService, JuShuiTanService>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user