old_flsystem/应用/DYRebate/Config.cs

957 lines
50 KiB
C#
Raw Normal View History

2022-09-20 03:10:29 +00:00
using Api.Framework.Enums;
using Api.Framework.SDK;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UI.Framework.Entitys;
namespace DYRebate
{
[Config(Name = "插件-抖音返利-配置")]
public class Config
{
#region
/// <summary>
/// 消费积分设置
/// </summary>
[
Category("1、基础设置"), DisplayName("01.主账号使用条件 - 购物积分"), DefaultValue(20),
Description(@"用户消费积分≥主账号使用条件,才会使用主账号,否则均使用副账号(可以理解为:小号账号)
0102")
]
public int Point { get; set; }
/// <summary>
/// 消费积分设置
/// </summary>
[
Category("1、基础设置"), DisplayName("02.主账号使用条件 - 订单笔数"), DefaultValue(20),
Description(@"用户交易订单数≥主账号使用条件,才会使用主账号,否则均使用副账号(可以理解为:小号账号)
0102")
]
public int OrderNum { get; set; }
/// <summary>
/// 综合查询返利模式
/// </summary>
[
Category("1、基础设置"), DisplayName(@"03.综合查询返利模式"), DefaultValue(SwitchType.), Description(@"开启综合查询返利模式时,返回的内容为口令或口令+链接;
+")
]
public SwitchType AllRebateModelSwitch { get; set; } = SwitchType.;
#endregion
#region
/// <summary>
/// 正在搜索宝贝提示语
/// </summary>
[
Category("2、商品查询"), DisplayName("03.正在搜索宝贝"), DefaultValue(@"优惠信息查询中....."),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchingTip { get; set; }
/// <summary>
/// 搜索宝贝无佣金
/// </summary>
[
Category("2、商品查询"), DisplayName("04.无佣金时提示"), DefaultValue(@"一一一一优 惠 结 束一一一一
,!
!"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchNoCommissionTip { get; set; }
/// <summary>
/// 无优惠券时提示
/// </summary>
[
Category("2、商品查询"), DisplayName("05.无优惠券时提示 - 链接"), DefaultValue(@"1:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
:
[购买口令]
,!
10[]:
[购买地址]"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[商品原价]、[商品主图]、[积分名称]、[月销量]、[店铺名称]、[返利积分]、[购买地址]、[购买口令]、[共节省]、[商品图片]、XML[图片地址]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchSuccessWithoutCouponTip { get; set; }
/// <summary>
/// 无优惠券时提示
/// </summary>
[
Category("2、商品查询"), DisplayName("06.无优惠券时提示 - 口令"), DefaultValue(@"3:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
:
[购买口令]
!
10"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[商品原价]、[商品主图]、[积分名称]、[月销量]、[店铺名称]、[返利积分]、[购买口令]、[共节省]、[商品图片]、XML[图片地址]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchSuccessWithoutCouponTip_kl { get; set; }
/// <summary>
/// 有优惠券提示语
/// </summary>
[
Category("2、商品查询"), DisplayName("07.有优惠券时提示 - 链接"), DefaultValue(@"1:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
[] []
[]
:
[购买口令]
,!
10[]:
[购买地址]"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[积分名称]、[商品标题]、[商品原价]、[商品主图]、[月销量]、[店铺名称]、[优惠券金额]、[券后返利]、[弃券返利]、[券后价]、[购买地址]、[购买口令]、[共节省]、[商品图片]、XML[图片地址]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchSuccessWithCouponTip { get; set; }
/// <summary>
/// 有优惠券提示语
/// </summary>
[
Category("2、商品查询"), DisplayName("08.有优惠券时提示 - 口令"), DefaultValue(@"3:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
[] []
[]
:
[购买口令]
!
10"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[积分名称]、[商品标题]、[商品原价]、[商品主图]、[月销量]、[店铺名称]、[优惠券金额]、[券后返利]、[弃券返利]、[券后价]、[购买口令]、[共节省]、[商品图片]、XML[图片地址]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string SearchSuccessWithCouponTip_kl { get; set; }
/// <summary>
/// 无优惠券时提示(QQ) - 链接
/// </summary>
[
Category("2、商品查询"), DisplayName("09.无优惠券时提示(QQ) - 链接"), DefaultValue(@""),
Description(@"当该提示语不为空,将回复QQ平台;
,使"""";
[][][][][][][][][][][][][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string QQSearchSuccessWithoutCouponTip { get; set; }
/// <summary>
/// 无优惠券时提示(QQ) - 口令
/// </summary>
[
Category("2、商品查询"), DisplayName("10.无优惠券时提示(QQ) - 口令"), DefaultValue(@""),
Description(@"当该提示语不为空,将回复QQ平台;
,使"""";
[][][][][][][][][][][][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string QQSearchSuccessWithoutCouponTip_kl { get; set; }
/// <summary>
/// 有优惠券提示语(QQ) - 链接
/// </summary>
[
Category("2、商品查询"), DisplayName("11.有优惠券时提示(QQ) - 链接"), DefaultValue(@""),
Description(@"当该提示语不为空,将回复QQ平台;
,使"""";
[][][][][][][][][][][][][][][][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string QQSearchSuccessWithCouponTip { get; set; }
/// <summary>
/// 有优惠券提示语(QQ) - 口令
/// </summary>
[
Category("2、商品查询"), DisplayName("12.有优惠券时提示(QQ) - 口令"), DefaultValue(@""),
Description(@"当该提示语不为空,将回复QQ平台;
,使"""";
[][][][][][][][][][][][][][][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))
]
public string QQSearchSuccessWithCouponTip_kl { get; set; }
[
Category("2、商品查询"), DisplayName("13.返利短网址"), DefaultValue(DwzType.),
Description(@"抖音商品转链后,使用的短连接类型")
]
public DwzType Dwz_Type { get; set; } = DwzType.;
#endregion
#region
/// <summary>
/// 用户订单变化通知
/// </summary>
[
Category("3、订单通知"), DisplayName(@"01.用户订单变化通知"), DefaultValue(SwitchType.), Description(@"开启用户订单变化通知功能时,用户的订单发生变化时,将通知用户订单的情况")
]
public SwitchType UserOrderChangeSwitch { get; set; }
/// <summary>
/// 代理获得提成通知
/// </summary>
[
Category("3、订单通知"), DisplayName(@"02.代理获得提成通知"), DefaultValue(SwitchType.), Description(@"开启代理获得提成通知功能时,用户的订单发生变化时,将通知代理获得提成信息")
]
public SwitchType AgentReceivedCommissionSwitch { get; set; }
/// <summary>
/// 群负责人获得提成通知
/// </summary>
[
Category("3、订单通知"), DisplayName(@"03.群负责人获得提成通知"), DefaultValue(SwitchType.), Description(@"开启群负责人获得提成通知功能时,用户的订单发生变化时,将通知群负责人获得提成信息")
]
public SwitchType PrincipalReceivedCommissionSwitch { get; set; }
/// <summary>
/// 绑定订单号非本人提示语
/// </summary>
[Category("3、订单通知"), DisplayName("04.已被其他用户绑定"), DefaultValue(@"一一一一绑 定 失 败一一一一
,!
Ps:,!"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[订单号]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OccupyOrderErrorTip { get; set; }
/// <summary>
/// 订单号未找到提示语
/// </summary>
[Category("3、订单通知"), DisplayName("05.未找到订单号"), DefaultValue(@"一一一一绑 定 失 败一一一一
,!
5,
:
!
使,:11
,5!"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[订单号]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string NotFoundOrderErrorTip { get; set; }
/// <summary>
/// 重复绑定订单号
/// </summary>
[Category("3、订单通知"), DisplayName("06.重复绑定订单号"), DefaultValue(@"一一一一重 复 绑 定一一一一
[商品标题]
[]
[] []
[] []
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderRepetBindTip { get; set; }
/// <summary>
/// 订单付款提示语
/// </summary>
[Category("3、订单通知"), DisplayName("07.订单付款"), DefaultValue(@"一一一一绑 定 成 功一一一一
[商品标题]
[]
[] []
[] []
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderPaymentTip { get; set; }
/// <summary>
/// 订单付款通知一级提示语
/// </summary>
[Category("3、订单通知"), DisplayName("08.订单付款通知一级"), DefaultValue(@"一一一一下 级 付 款一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[一级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderPaymentInform_OneLevelTip { get; set; }
/// <summary>
/// 订单付款通知二级
/// </summary>
[Category("3、订单通知"), DisplayName("09.订单付款通知二级"), DefaultValue(@"一一一一下 级 付 款一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[二级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderPaymentInform_TwoLevelTip { get; set; }
/// <summary>
/// 订单付款通知三级
/// </summary>
[Category("3、订单通知"), DisplayName("10.订单付款通知三级"), DefaultValue(@"一一一一下 级 付 款一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[三级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderPaymentInform_ThreeLevelTip { get; set; }
/// <summary>
/// 订单付款通知群负责人
/// </summary>
[Category("3、订单通知"), DisplayName("11.订单付款通知群负责人"), DefaultValue(@"一一一一下 级 付 款一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[群负责人提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderPaymentInform_LeaderTip { get; set; }
/// <summary>
/// 订单冻结提示语
/// </summary>
[Category("3、订单通知"), DisplayName("12.订单冻结"), DefaultValue(@"一一一一订 单 冻 结一一一一
[昵称]
[订单号]
[商品标题]
,[],[][]"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[结算时间]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderFreezeTip { get; set; }
/// <summary>
/// 订单已经结算提示语
/// </summary>
[Category("3、订单通知"), DisplayName("13.订单已经结算"), DefaultValue(@"一一一一订 单 已 经 结 算一一一一
[商品标题]
[]
,
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderAlreadySettlementTip { get; set; }
/// <summary>
/// 订单结算提示语
/// </summary>
[Category("3、订单通知"), DisplayName("14.订单结算"), DefaultValue(@"一一一一订 单 结 算一一一一
[商品标题]
[]
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderSettlementTip { get; set; }
// /// <summary>
// /// 订单冻结提示语
// /// </summary>
// [Category("3、订单通知"), DisplayName("15.订单结算 - 全额退款"), DefaultValue(@"一一一一订 单 结 算一一一一
//[商品标题]
//【订单编号】[订单号]
//【付款金额】[付款金额] 元
//【维权金额】[维权金额] 元
//【返利积分】[返利积分] [积分名称]
//一一一一一一一一一一一一一
//由于订单维权,全额退款佣金为0
//发送关键词:账单 (可查详细信息)"),
// Description(@"订单维权成功提示,维权类型为全额退款
//支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[维权金额]、[结算时间]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
// Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
// public string OrderFrozen_AllTip { get; set; }
// /// <summary>
// /// 订单部分退款提示语
// /// </summary>
// [Category("3、订单通知"), DisplayName("16.订单结算 - 部分退款"), DefaultValue(@"一一一一订 单 结 算一一一一
//[商品标题]
//【订单编号】[订单号]
//【付款金额】[付款金额] 元
//【原始返利积分】[原始返利积分] [积分名称]
//【维权返利积分】[维权返利积分] [积分名称]
//【可兑换积分】[可兑换积分] [积分名称]
//一一一一一一一一一一一一一
//由于订单维权,部分退款,返利将相应减少
//发送关键词:兑换 (可兑换现金哦)
//发送关键词:账单 (可查详细信息)"),
// Description(@"订单维权成功提示,维权类型为部分退款
//支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[原始返利积分]、[维权返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
// Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
// public string OrderFrozen_PartTip { get; set; }
/// <summary>
/// 一级代理获得提成
/// </summary>
[Category("3、订单通知"), DisplayName("16.一级代理获得提成"), DefaultValue(@"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[一级提成积分]、[返利积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderSettlement_OneLevelTip { get; set; }
/// <summary>
/// 二级代理获得提成
/// </summary>
[Category("3、订单通知"), DisplayName("17.二级代理获得提成"), DefaultValue(@"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[二级提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderSettlement_TwoLevelTip { get; set; }
/// <summary>
/// 三级代理获得提成
/// </summary>
[Category("3、订单通知"), DisplayName("18.三级代理获得提成"), DefaultValue(@"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[三级提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderSettlement_ThreeLevelTip { get; set; }
/// <summary>
/// 群负责人获得提成
/// </summary>
[Category("3、订单通知"), DisplayName("19.群负责人获得提成"), DefaultValue(@"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[群负责人提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderSettlement_LeaderTip { get; set; }
/// <summary>
/// 订单退款提示语
/// </summary>
[Category("3、订单通知"), DisplayName("20.订单申请维权"), DefaultValue(@"一一一一维 权 退 款一一一一
[商品标题]
[]
[]
[] []
退!
()"),
Description(@"用户申请退款通知改提示
[][][][][][][][][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderRefundTip { get; set; }
/// <summary>
/// 客户维权一级代理
/// </summary>
[Category("3、订单通知"), DisplayName("21.客户维权一级代理"), DefaultValue(@"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[一级提成积分]、[返利积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string ClientOrderRefund_OneLevelTip { get; set; }
/// <summary>
/// 客户维权二级代理
/// </summary>
[Category("3、订单通知"), DisplayName("22.客户维权二级代理"), DefaultValue(@"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[二级提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string ClientOrderRefund_TwoLevelTip { get; set; }
/// <summary>
/// 客户维权三级代理
/// </summary>
[Category("3、订单通知"), DisplayName("23.客户维权三级代理"), DefaultValue(@"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[三级提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string ClientOrderRefund_ThreeLevelTip { get; set; }
/// <summary>
/// 客户维权群负责人
/// </summary>
[Category("3、订单通知"), DisplayName("24.客户维权群负责人"), DefaultValue(@"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[群负责人提成积分]、[剩余积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string ClientOrderRefund_LeaderTip { get; set; }
/// <summary>
/// 订单失效提示语
/// </summary>
[Category("3、订单通知"), DisplayName("25.订单失效"), DefaultValue(@"一一一一订 单 失 效一一一一
[商品标题]
[]
[]
[] []
退!
()"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[订单号]、[付款金额]、[返利积分]、[可兑换积分]、[冻结总金额]、[未收货总金额]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderFailureTip { get; set; }
/// <summary>
/// 订单失效通知一级提示语
/// </summary>
[Category("3、订单通知"), DisplayName("26.订单失效通知一级"), DefaultValue(@"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[一级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderCountermandInform_OneLevelTip { get; set; }
/// <summary>
/// 订单失效通知二级
/// </summary>
[Category("3、订单通知"), DisplayName("27.订单失效通知二级"), DefaultValue(@"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[二级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderCountermandInform_TwoLevelTip { get; set; }
/// <summary>
/// 订单失效通知三级
/// </summary>
[Category("3、订单通知"), DisplayName("28.订单失效通知三级"), DefaultValue(@"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[三级提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderCountermandInform_ThreeLevelTip { get; set; }
/// <summary>
/// 订单失效通知群负责人
/// </summary>
[Category("3、订单通知"), DisplayName("29.订单失效通知群负责人"), DefaultValue(@"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品标题]、[下级昵称]、[下级订单状态]、[群负责人提成积分]、[积分名称]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string OrderCountermandInform_LeaderTip { get; set; }
// <summary>
/// 宝贝多人查询提示绑定
/// </summary>
[Category("3、订单通知"), DisplayName("30.宝贝多人查询提示绑定"), DefaultValue(@"一一一一绑 定 提 示一一一一
[]
,"),
Description(@"多人查询同一个宝贝,导致无法自动绑定.则将推送该信息给查询过该宝贝的客户
[][][][][]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string LotUserQueryBindTip { get; set; }
#endregion
/// <summary>
/// 商品ID限制提示
/// </summary>
[Category("4、限制通知"), DisplayName("01.商品ID限制提示"), DefaultValue(@"一一一一查 询 失 败一一一一
,"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[商品ID]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string ItemIDRestrictTip { get; set; }
/// <summary>
/// 拉黑提示
/// </summary>
[Category("4、限制通知"), DisplayName("02.用户被拉黑"), DefaultValue(@"一一一一查 询 失 败一一一一
[昵称]
[]
"),
Description(@"支持变量:[机器人账号]、[机器人昵称]、[账号]、[昵称]、[订单号]"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string Blocked_RestrictTip { get; set; }
/// <summary>
/// 订单付款通知群负责人
/// </summary>
[Category("4、橱窗商品"), DisplayName("1.橱窗白名单"), DefaultValue(@""),
Description(@"填写商品的推广ID,多个用户逗号分隔,添加的推广ID将不会删除"),
Editor(typeof(PropertyGridRichText), typeof(System.Drawing.Design.UITypeEditor))]
public string PromotionWhiteList { get; set; } = string.Empty;
#region
/// <summary>
/// 收货时间验证开关
/// </summary>
[Browsable(false)]
public bool ReceivingTimeCheck_Switch { get; set; }
/// <summary>
/// 收货时间验证时长(小时)
/// </summary>
[Browsable(false)]
public int ReceivingTimeCheck_Hour { get; set; }
/// <summary>
/// 收货时间验证处理方式
/// </summary>
[Browsable(false)]
public OperateType ReceivingTimeCheck_OperateType { get; set; }
/// <summary>
/// 收货时间验证置顶
/// </summary>
[Browsable(false)]
public bool ReceivingTimeCheck_UserTop { get; set; }
/// <summary>
/// 收货时间验证订单冻结时间
/// </summary>
[Browsable(false)]
public int ReceivingTimeCheck_FreezeTime { get; set; }
/// <summary>
/// 屏蔽的商品ID集合
/// </summary>
[Browsable(false)]
public List<string> ItemIDRestrictList { get; set; }
[Browsable(false)]
public string notice_robotname { get; set; }
#endregion
public Config()
{
this.ReceivingTimeCheck_Switch = false;
this.ReceivingTimeCheck_Hour = 24;
this.ReceivingTimeCheck_OperateType = OperateType.;
this.ReceivingTimeCheck_FreezeTime = 24;
this.ReceivingTimeCheck_UserTop = false;
this.notice_robotname = string.Empty;
this.ItemIDRestrictList = new List<string>();
this.ItemIDRestrictTip = @"一一一一查 询 失 败一一一一
,";
this.Point = 20;
this.OrderNum = 20;
this.UserOrderChangeSwitch = SwitchType.;
this.PrincipalReceivedCommissionSwitch = SwitchType.;
this.AgentReceivedCommissionSwitch = SwitchType.;
this.QQSearchSuccessWithoutCouponTip = string.Empty;
this.QQSearchSuccessWithCouponTip = string.Empty;
this.SearchingTip = @"优惠信息查询中.....";
this.SearchSuccessWithCouponTip = @"1:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
[] []
[]
:
[购买口令]
,!
10[]:
[购买地址]";
this.SearchSuccessWithCouponTip_kl = @"3:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
[] []
[]
:
[购买口令]
!
10";
this.SearchSuccessWithoutCouponTip = @"1:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
:
[购买口令]
,!
10[]:
[购买地址]";
this.SearchSuccessWithoutCouponTip_kl = @"3:/一一一一返 利 消 息一一一一
[商品标题]
[] []
[] []
:
[购买口令]
!
10";
this.SearchNoCommissionTip = @"一一一一优 惠 结 束一一一一
,!
!";
this.OrderRepetBindTip = @"一一一一重 复 绑 定一一一一
[商品标题]
[]
[] []
[] []
()";
this.OrderPaymentTip = @"一一一一绑 定 成 功一一一一
[商品标题]
[]
[] []
[] []
()";
this.OrderPaymentInform_OneLevelTip = @"一一一一下 级 付 款一一一一
[]
[]
[] []
";
this.OrderPaymentInform_TwoLevelTip = @"一一一一下 级 付 款一一一一
[]
[]
[] []
";
this.OrderPaymentInform_ThreeLevelTip = @"一一一一下 级 付 款一一一一
[]
[]
[] []
";
this.OrderPaymentInform_LeaderTip = @"一一一一下 级 付 款一一一一
[]
[]
[] []
";
this.OrderFailureTip = @"一一一一订 单 失 效一一一一
[商品标题]
[]
[]
[] []
退!
()";
this.OrderCountermandInform_OneLevelTip = @"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
";
this.OrderCountermandInform_TwoLevelTip = @"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
";
this.OrderCountermandInform_ThreeLevelTip = @"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
";
this.OrderCountermandInform_LeaderTip = @"一一一一下 级 订 单 失 效一一一一
[]
[]
[] []
";
this.OrderRefundTip = @"一一一一维 权 退 款一一一一
[商品标题]
[]
[]
[] []
退!
()";
this.OrderFreezeTip = @"一一一一订 单 冻 结一一一一
[昵称]
[订单号]
[商品标题]
,[],[][]";
this.OrderAlreadySettlementTip = @"一一一一订 单 已 经 结 算一一一一
[商品标题]
[]
,
[] []
()
()";
this.OrderSettlementTip = @"一一一一订 单 结 算一一一一
[商品标题]
[]
[]
[] []
[] []
()
()";
this.OccupyOrderErrorTip = @"一一一一绑 定 失 败一一一一
,!
Ps:,!";
this.NotFoundOrderErrorTip = @"一一一一绑 定 失 败一一一一
,!
5,
:
!
使,:11
,5!";
// this.OrderFrozen_AllTip = @"一一一一订 单 结 算一一一一
//[商品标题]
//【订单编号】[订单号]
//【付款金额】[付款金额] 元
//【维权金额】[维权金额] 元
//【返利积分】[返利积分] [积分名称]
//一一一一一一一一一一一一一
//由于订单维权,全额退款佣金为0
//发送关键词:账单 (可查详细信息)";
this.OrderSettlement_OneLevelTip = @"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()";
this.OrderSettlement_TwoLevelTip = @"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()";
this.OrderSettlement_ThreeLevelTip = @"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()";
this.OrderSettlement_LeaderTip = @"一一一一获 得 提 成一一一一
[]
[] []
[] []
()
()";
this.ClientOrderRefund_OneLevelTip = @"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()";
this.ClientOrderRefund_TwoLevelTip = @"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()";
this.ClientOrderRefund_ThreeLevelTip = @"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()";
this.ClientOrderRefund_LeaderTip = @"一一一一客 户 维 权一一一一
[]
[] []
[] []
()
()";
this.LotUserQueryBindTip = @"一一一一绑 定 提 示一一一一
[]
,";
this.Blocked_RestrictTip = @"一一一一查 询 失 败一一一一
[昵称]
[]
";
}
}
}