diff --git a/modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EShopBasketsHttpApiClientModule.cs b/modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EShopBasketsHttpApiClientModule.cs index f1013c1f..003139be 100644 --- a/modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EShopBasketsHttpApiClientModule.cs +++ b/modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.HttpApi.Client/EShopBasketsHttpApiClientModule.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Baskets typeof(AbpHttpClientModule))] public class EShopBasketsHttpApiClientModule : AbpModule { - public const string RemoteServiceName = "Baskets"; + public const string RemoteServiceName = "EShopBaskets"; public override void ConfigureServices(ServiceConfigurationContext context) { diff --git a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp/EShop/Orders/EShopOrdersHttpApiClientModule.cs b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp/EShop/Orders/EShopOrdersHttpApiClientModule.cs index a4204544..121aa431 100644 --- a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp/EShop/Orders/EShopOrdersHttpApiClientModule.cs +++ b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.HttpApi.Client/EasyAbp/EShop/Orders/EShopOrdersHttpApiClientModule.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Orders typeof(AbpHttpClientModule))] public class EShopOrdersHttpApiClientModule : AbpModule { - public const string RemoteServiceName = "Orders"; + public const string RemoteServiceName = "EShopOrders"; public override void ConfigureServices(ServiceConfigurationContext context) { diff --git a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp/EShop/Payments/EShopPaymentsHttpApiClientModule.cs b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp/EShop/Payments/EShopPaymentsHttpApiClientModule.cs index 85a709d0..274b166a 100644 --- a/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp/EShop/Payments/EShopPaymentsHttpApiClientModule.cs +++ b/modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.HttpApi.Client/EasyAbp/EShop/Payments/EShopPaymentsHttpApiClientModule.cs @@ -10,7 +10,7 @@ namespace EasyAbp.EShop.Payments )] public class EShopPaymentsHttpApiClientModule : AbpModule { - public const string RemoteServiceName = "Payments"; + public const string RemoteServiceName = "EShopPayments"; public override void ConfigureServices(ServiceConfigurationContext context) { diff --git a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp/EShop/Products/EShopProductsHttpApiClientModule.cs b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp/EShop/Products/EShopProductsHttpApiClientModule.cs index 4a6e7137..1c1b48b7 100644 --- a/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp/EShop/Products/EShopProductsHttpApiClientModule.cs +++ b/modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.HttpApi.Client/EasyAbp/EShop/Products/EShopProductsHttpApiClientModule.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Products typeof(AbpHttpClientModule))] public class EShopProductsHttpApiClientModule : AbpModule { - public const string RemoteServiceName = "Products"; + public const string RemoteServiceName = "EShopProducts"; public override void ConfigureServices(ServiceConfigurationContext context) { diff --git a/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp/EShop/Stores/EShopStoresHttpApiClientModule.cs b/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp/EShop/Stores/EShopStoresHttpApiClientModule.cs index 0731d468..97cfdbc6 100644 --- a/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp/EShop/Stores/EShopStoresHttpApiClientModule.cs +++ b/modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.HttpApi.Client/EasyAbp/EShop/Stores/EShopStoresHttpApiClientModule.cs @@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Stores typeof(AbpHttpClientModule))] public class EShopStoresHttpApiClientModule : AbpModule { - public const string RemoteServiceName = "Stores"; + public const string RemoteServiceName = "EShopStores"; public override void ConfigureServices(ServiceConfigurationContext context) {