/***********************************************************************
* Project: CoreCms.Net *
* Web: https://CoreCms.Net *
* ProjectName: 核心内容管理系统 *
* Author: 大灰灰 *
* Email: JianWeie@163.com *
* CreateTime: 2020-03-03 3:24:15
* Description: 暂无
***********************************************************************/
namespace CoreCms.Net.Configuration
{
///
/// 平台设置字段缓存名称定义
///
public static class SystemSettingConstVars
{
///
/// 平台名称
///
public const string ShopName = "shopName";
///
/// 平台描述
///
public const string ShopDesc = "shopDesc";
///
/// 平台地址
///
public const string ShopAddress = "shopAddress";
///
/// 备案信息
///
public const string ShopBeiAn = "shopBeiAn";
///
/// 平台logo
///
public const string ShopLogo = "shopLogo";
///
/// Favicon图标
///
public const string ShopFavicon = "shopFavicon";
///
/// 默认图
///
public const string ShopDefaultImage = "shopDefaultImage";
///
/// 商家手机号
///
public const string ShopMobile = "shopMobile";
///
/// 开启门店自提
///
public const string StoreSwitch = "storeSwitch";
///
/// 分类样式
///
public const string CateStyle = "cateStyle";
///
/// H5分类样式
///
public const string CateType = "cateType";
///
/// 订单取消时间
///
public const string OrderCancelTime = "orderCancelTime";
///
/// 订单完成时间
///
public const string OrderCompleteTime = "orderCompleteTime";
///
/// 订单确认收货时间
///
public const string OrderAutoSignTime = "orderAutoSignTime";
///
/// 订单自动评价时间
///
public const string OrderAutoEvalTime = "orderAutoEvalTime";
///
/// 订单提醒付款时间
///
public const string RemindOrderTime = "remindOrderTime";
///
/// 门店订单自动发货
///
public const string StoreOrderAutomaticDelivery = "storeOrderAutomaticDelivery";
//分销功能(老分销)=============================================================
///
/// 是否开启分销
///
public const string OpenDistribution = "openDistribution";
///
/// 用户须知:成为分销商后,可以获取佣金,用户只可被推荐一次,越早推荐越返利越多哦。
///
public const string DistributionNotes = "distributionNotes";
///
/// 分销协议
///
public const string DistributionAgreement = "distributionAgreement";
///
/// 是否开启店铺
///
public const string DistributionStore = "distributionStore";
///
/// 显示邀请人信息
///
public const string ShowInviterInfo = "showInviterInfo";
///
/// 分销层级1,2层
///
public const string DistributionLevel = "distributionLevel";
///
/// 成为分销商条件:1无条件(需要审核),2申请(需要审核),3无条件
///
public const string DistributionType = "distributionType";
///
/// 消费自动成为分销商:元
///
public const string DistributionMoney = "distributionMoney";
///
/// 购买商品成为分销商:1关闭,2任意商品,3指定商品
///
public const string DistributionGoods = "distributionGoods";
///
/// 购买商品成为分销商指定商品序列号
///
public const string DistributionGoodsId = "distributionGoodsId";
///
/// 佣金类型:1百分比,2固定金额
///
public const string CommissionType = "commissionType";
///
/// 一级佣金
///
public const string CommissionFirst = "commissionFirst";
///
/// 二级佣金
///
public const string CommissionSecond = "commissionSecond";
///
/// 三级佣金
///
public const string CommissionThird = "commissionThird";
///
/// 库存警报数量
///
public const string GoodsStocksWarn = "goodsStocksWarn";
///
/// 退货联系人
///
public const string ReshipName = "reshipName";
///
/// 退货联系方式
///
public const string ReshipMobile = "reshipMobile";
///
/// 退货区域
///
public const string ReshipAreaId = "reshipAreaId";
///
/// 退货详细地址
///
public const string ReshipAddress = "reshipAddress";
///
/// 退货坐标
///
public const string ReshipCoordinate = "reshipCoordinate";
///
/// 签到奖励类型
///
public const string SignPointType = "signPointType";
///
/// 随机奖励积分最小值
///
public const string SignRandomMin = "signRandomMin";
///
/// 随机奖励积分最大值
///
public const string SignRandomMax = "signRandomMax";
///
/// 首次奖励积分
///
public const string FirstSignPoint = "firstSignPoint";
///
/// 连续签到追加
///
public const string ContinuitySignAdditional = "continuitySignAdditional";
///
/// 单日最大奖励
///
public const string SignMostPoint = "signMostPoint";
///
/// 开启积分功能
///
public const string PointSwitch = "pointSwitch";
///
/// 订单积分折现比例
///
public const string PointDiscountedProportion = "pointDiscountedProportion";
///
/// 订单积分使用比例
///
public const string OrdersPointProportion = "ordersPointProportion";
///
/// 订单积分奖励比例
///
public const string OrdersRewardProportion = "ordersRewardProportion";
///
/// 指定特殊日期状态
///
public const string SignAppointDateStatus = "signAppointDateStatus";
///
/// 指定特殊日期
///
public const string SignAppointDate = "signAppointDate";
///
/// 指定日期奖励类型
///
public const string SignAppointDataType = "signAppointDataType";
///
/// 指定日期倍率
///
public const string SignAppointDateRate = "signAppointDateRate";
///
/// 指定日期追加
///
public const string SignAppointDateAdditional = "signAppointDateAdditional";
//小程序设置============================================================================
///
/// 小程序部署URL
///
public const string WxUrl = "wxUrl";
///
/// 小程序名称
///
public const string WxNickName = "wxNickName";
///
/// 小程序AppId
///
public const string WxAppid = "wxAppid";
///
/// 小程序AppSecret
///
public const string WxAppSecret = "wxAppSecret";
///
/// 小程序TOKEN
///
public const string WxToken = "wxToken";
///
/// 小程序EncodingAESKey
///
public const string WxEncodeaeskey = "wxEncodeaeskey";
///
/// 原始Id
///
public const string WxUserName = "wxUserName";
///
/// 主体信息
///
public const string WxPrincipalName = "wxPrincipalName";
///
/// 简介
///
public const string WxSignature = "wxSignature";
//公众号设置============================================================================
///
/// 公众号部署URL
///
public const string WxOfficialUrl = "wxOfficialUrl";
///
/// 公众号名称
///
public const string WxOfficialName = "wxOfficialName";
///
/// 微信号
///
public const string WxOfficialId = "wxOfficialId";
///
/// AppId
///
public const string WxOfficialAppid = "wxOfficialAppid";
///
/// AppSecret
///
public const string WxOfficialAppSecret = "wxOfficialAppSecret";
///
/// 公众号原始ID
///
public const string WxOfficialSourceId = "wxOfficialSourceId";
///
/// 微信验证TOKEN
///
public const string WxOfficialToken = "wxOfficialToken";
///
/// EncodingAESKey
///
public const string WxOfficialEncodeaeskey = "wxOfficialEncodeaeskey";
///
/// 公众号类型
///
public const string WxOfficialType = "wxOfficialType";
///
/// 公众号二维码
///
public const string WxOfficialQrCode = "wxOfficialQrCode";
// 提现设置============================================================================
///
/// 最低提现金额
///
public const string TocashMoneyLow = "tocashMoneyLow";
///
/// 提现服务费率
///
public const string TocashMoneyRate = "tocashMoneyRate";
///
/// 每日提现上限
///
public const string TocashMoneyLimit = "tocashMoneyLimit";
//其他设置============================================================================
///
/// 腾讯地图key
///
public const string QqMapKey = "qqMapKey";
///
/// 公司编号
///
public const string Kuaidi100Customer = "kuaidi100Customer";
///
/// 授权key
///
public const string Kuaidi100Key = "kuaidi100Key";
//搜索发现关键字============================================================================
///
/// 搜索发现关键词
///
public const string RecommendKeys = "recommendKeys";
//统计代码============================================================================
///
/// 百度统计代码
///
public const string StatisticsCode = "statisticsCode";
//发票开关============================================================================
///
/// 发票功能
///
public const string InvoiceSwitch = "invoiceSwitch";
//第三方的登陆的时候,是否需要绑定手机号码,强烈建议用户开启,除非只在微信小程序内使用============================================================================
//1绑定,2不绑定
///
/// 绑定手机号码
///
public const string IsBindMobile = "isBindMobile";
//支付宝小程序appid============================================================================
///
/// 支付宝小程序appid
///
public const string MpAlipayAppid = "mpAlipayAppid";
///
/// 分享图片
///
public const string ShareImage = "shareImage";
///
/// 分享标题
///
public const string ShareTitle = "shareTitle";
///
/// 分享描述
///
public const string ShareDesc = "shareDesc";
///
/// 关于我们文章
///
public const string AboutArticleId = "aboutArticleId";
///
/// 关于我们文章
///
public const string AboutArticle = "aboutArticle";
///
/// 客服ID
///
public const string EntId = "entId";
///
/// 用户协议
///
public const string UserAgreementId = "userAgreementId";
///
/// 用户协议
///
public const string UserAgreement = "userAgreement";
///
/// 隐私政策
///
public const string PrivacyPolicyId = "privacyPolicyId";
///
/// 隐私政策
///
public const string PrivacyPolicy = "privacyPolicy";
///
/// 显示门店列表
///
public const string ShowStoresSwitch = "showStoresSwitch";
///
/// 显示充值功能
///
public const string ShowStoreBalanceRechargeSwitch = "showStoreBalanceRechargeSwitch";
//第三方接口============================================================================
///
/// 易源接口授权key
///
public const string ShowApiAppid = "showApiAppid";
///
/// 易源接口授权密钥
///
public const string ShowApiSecret = "showApiSecret";
//短信平台============================================================================
///
/// 是否开启短信
///
public const string SmsEnabled = "smsEnabled";
///
/// 用户ID
///
public const string SmsUserId = "smsUserId";
///
/// 用户账号
///
public const string SmsAccount = "smsAccount";
///
/// 用户密码
///
public const string SmsPassword = "smsPassword";
///
/// 短信api地址
///
public const string SmsApiUrl = "smsApiUrl";
///
/// 短信签名
///
public const string SmsSignature = "smsSignature";
///
/// 账户注册-短信内容模板
///
public const string SmsTplForReg = "smsTplForReg";
///
/// 账户登录-短信内容模板
///
public const string SmsTplForLogin = "smsTplForLogin";
///
/// 验证验证码-短信内容模板
///
public const string SmsTplForVeri = "smsTplForVeri";
///
/// 下单成功时-短信内容模板
///
public const string SmsTplForCreateOrder = "smsTplForCreateOrder";
///
/// 订单支付成功时-短信内容模板
///
public const string SmsTplForOrderPayed = "smsTplForOrderPayed";
///
/// 订单催付提醒-短信内容模板
///
public const string SmsTplForRemindOrderPay = "smsTplForRemindOrderPay";
///
/// 订单发货通知-短信内容模板
///
public const string SmsTplForDeliveryNotice = "smsTplForDeliveryNotice";
///
/// 售后确认通过-短信内容模板
///
public const string SmsTplForAfterSalesPass = "smsTplForAfterSalesPass";
///
/// 用户退款成功通知-短信内容模板
///
public const string SmsTplForRefundSuccess = "smsTplForRefundSuccess";
///
/// 订单付款成功平台通知-短信内容模板
///
public const string SmsTplForSellerOrderNotice = "smsTplForSellerOrderNotice";
///
/// 通用类型-短信内容模板
///
public const string SmsTplForCommon = "smsTplForCommon";
//网络打印机============================================================================
///
/// 是否开启
///
public static readonly string NetWorkPrinterEnabled = "netWorkPrinterEnabled";
///
/// 应用ID
///
public static readonly string NetWorkPrinterClientId = "netWorkPrinterClientId";
///
/// 应用密钥
///
public static readonly string NetWorkPrinterClientSecret = "netWorkPrinterClientSecret";
///
/// 打印机设备号
///
public static readonly string NetWorkPrinterMachineCode = "netWorkPrinterMachineCode";
///
/// 打印机终端密钥
///
public static readonly string NetWorkPrinterMsign = "netWorkPrinterMsign";
///
/// 打印机名称
///
public static readonly string NetWorkPrinterPrinterName = "netWorkPrinterPrinterName";
///
/// 打印机设置联系方式
///
public static readonly string NetWorkPrinterPhone = "netWorkPrinterPhone";
//代理模块============================================================================
///
/// 是否开启代理模块
///
public static readonly string IsOpenAgent = "isOpenAgent";
///
/// 是否显示代理模块申请及管理入口
///
public static readonly string IsShowAgentPortal = "isShowAgentPortal";
///
/// 用户须知:
///
public const string AgentNotes = "agentNotes";
///
/// 分销协议:
///
public const string AgentAgreement = "agentAgreement";
///
/// 是否允许代理代购服务
///
public const string IsAllowProcurementService = "isAllowProcurementService";
//附件存储============================================================================
///
/// 存储方式
///
public static readonly string FilesStorageType = "filesStorageType";
///
/// 存储路径
///
public static readonly string FilesStoragePath = "filesStoragePath";
///
/// 文件后缀类型
///
public static readonly string FilesStorageFileSuffix = "filesStorageFileSuffix";
///
/// 文件最大大小M
///
public static readonly string FilesStorageFileMaxSize = "filesStorageFileMaxSize";
///
/// 云存储绑定域名
///
public static readonly string FilesStorageBucketBindUrl = "filesStorageBucketBindUrl";
///
/// 云存储授权账户
///
public static readonly string FilesStorageAccessKeyId = "filesStorageAccessKeyId";
///
/// 云存储授权密钥
///
public static readonly string FilesStorageAccessKeySecret = "filesStorageAccessKeySecret";
///
/// 腾讯云账户标识
///
public static readonly string FilesStorageTencentAccountId = "filesStorageTencentAccountId";
///
/// 腾讯云存储桶地域
///
public static readonly string FilesStorageTencentCosRegion = "filesStorageTencentCosRegion";
///
/// 腾讯云存储桶名称
///
public static readonly string FilesStorageTencentBucketName = "filesStorageTencentBucketName";
///
/// 阿里云节点
///
public static readonly string FilesStorageAliYunEndpoint = "filesStorageAliYunEndpoint";
///
/// 阿里云桶名称
///
public static readonly string FilesStorageAliYunBucketName = "filesStorageAliYunBucketName";
///
/// 七牛云桶名称
///
public static readonly string FilesStorageQiNiuBucketName = "filesStorageQiNiuBucketName";
}
}