Browse Source

Rename `RemoteServiceName` and `ModuleName`

pull/184/head
Jadyn 4 years ago
parent
commit
01ce278905
  1. 4
      plugins/FlashSales/src/EasyAbp.EShop.Plugins.FlashSales.Application.Contracts/EasyAbp/EShop/Plugins/FlashSales/EShopPluginsFlashSalesRemoteServiceConsts.cs

4
plugins/FlashSales/src/EasyAbp.EShop.Plugins.FlashSales.Application.Contracts/EasyAbp/EShop/Plugins/FlashSales/EShopPluginsFlashSalesRemoteServiceConsts.cs

@ -2,7 +2,7 @@
public class EShopPluginsFlashSalesRemoteServiceConsts
{
public const string RemoteServiceName = "FlashSales";
public const string RemoteServiceName = "EasyAbpEShopPluginsFlashSales";
public const string ModuleName = "flash-sales";
public const string ModuleName = "easyAbpEShopPluginsFlashSales";
}

Loading…
Cancel
Save