@ -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)
@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Orders
public class EShopOrdersHttpApiClientModule : AbpModule
public const string RemoteServiceName = "Orders";
public const string RemoteServiceName = "EShopOrders";
@ -10,7 +10,7 @@ namespace EasyAbp.EShop.Payments
)]
public class EShopPaymentsHttpApiClientModule : AbpModule
public const string RemoteServiceName = "Payments";
public const string RemoteServiceName = "EShopPayments";
@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Products
public class EShopProductsHttpApiClientModule : AbpModule
public const string RemoteServiceName = "Products";
public const string RemoteServiceName = "EShopProducts";
@ -9,7 +9,7 @@ namespace EasyAbp.EShop.Stores
public class EShopStoresHttpApiClientModule : AbpModule
public const string RemoteServiceName = "Stores";
public const string RemoteServiceName = "EShopStores";