99
This commit is contained in:
81
Reportapi/MyCode.Project.Infrastructure/Constant/Const.cs
Normal file
81
Reportapi/MyCode.Project.Infrastructure/Constant/Const.cs
Normal file
@@ -0,0 +1,81 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MyCode.Project.Infrastructure.Constant
|
||||
{
|
||||
/// <summary>
|
||||
/// </summary>
|
||||
public class Const
|
||||
{
|
||||
/// <summary>
|
||||
/// 登陆信息存放在token中的Key
|
||||
/// </summary>
|
||||
public static readonly string LoginInfoKey = "login";
|
||||
|
||||
/// <summary>
|
||||
/// 加密字符串的Key
|
||||
/// </summary>
|
||||
public static string SecretKey = "lxmguoke";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 加密字符串的Key
|
||||
/// </summary>
|
||||
public static string BFYSecretKey = "bfyreport2023";
|
||||
|
||||
/// <summary>
|
||||
/// 小程序首页地址
|
||||
/// </summary>
|
||||
///
|
||||
public static string MiniProPageIndex = "pages/index/index";
|
||||
|
||||
/// <summary>
|
||||
/// 文件保存的路径目录
|
||||
/// </summary>
|
||||
public static string DownExcelTempPath = "/download/exceltemp/";
|
||||
|
||||
/// <summary>
|
||||
/// 护肤一级分类ID
|
||||
/// </summary>
|
||||
public static string SkinCareTopCategoryId = "F3DBD3CE-F07B-A4FD-934A-39E50765B2DF";
|
||||
|
||||
/// <summary>
|
||||
/// 化妆品一级分类ID
|
||||
/// </summary>
|
||||
public static string CosmeticsTopCategoryId = "DA25A968-78DF-2BA6-BDF5-39E50765B2DE";
|
||||
|
||||
/// <summary>
|
||||
/// 发饰品一级分类ID
|
||||
/// </summary>
|
||||
public static string HairOrnamentsTopCategoryId = "EFCE249A-6BC6-C3D2-F445-39E50765B2E0";
|
||||
|
||||
/// <summary>
|
||||
/// 首饰品一级分类ID
|
||||
/// </summary>
|
||||
public static string JewelryOrnamentsTopCategoryId = "2B41F3AB-6261-B504-F006-39E650B7AD73";
|
||||
|
||||
/// <summary>
|
||||
/// 服务一级分类ID(自定义方便数据分类统计)
|
||||
/// </summary>
|
||||
public static string ServiceTopCategoryId = "2DD2476A-E7FD-4C50-8C23-77096FWEAF4C";
|
||||
|
||||
/// <summary>
|
||||
/// 充值一级分类ID(自定义方便数据分类统计)
|
||||
/// </summary>
|
||||
public static string RechargeTopCategoryId = "0E1C9F69-FF73-433D-98D2-20D46ZC81F38";
|
||||
|
||||
/// <summary>
|
||||
/// 护肤服务一级分类ID(订单分析报表使用)
|
||||
/// </summary>
|
||||
public static string HuFuTopCategoryId = "00000000-0000-0000-0000-200000000001";
|
||||
|
||||
/// <summary>
|
||||
/// 销售运营中心总监组织ID
|
||||
/// </summary>
|
||||
|
||||
public static string ZongJianOranId ="009DCAD9-7CC1-E9D4-0B1C-39F36403B34E";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user