From 8ebee5f0749f73133ff165532b91a22569d3e9ef Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 25 十月 2019 00:36:45 +0800
Subject: [PATCH] 0312 新增充值返利界面
---
System/Vip/AddUpRechargeModel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Vip/AddUpRechargeModel.cs b/System/Vip/AddUpRechargeModel.cs
index 79be32d..73c7a13 100644
--- a/System/Vip/AddUpRechargeModel.cs
+++ b/System/Vip/AddUpRechargeModel.cs
@@ -8,7 +8,7 @@
{
Dictionary<int, Dictionary<int, List<Item>>> m_AddUpItems = new Dictionary<int, Dictionary<int, List<Item>>>();
- public readonly Redpoint redpoint = new Redpoint(35, 3506);
+ public readonly Redpoint redpoint = new Redpoint(21, 3506);
public uint rewardRecord { get; private set; }
--
Gitblit v1.8.0