From dc052a4934a924124971e6fa51af42dfbe3ceb03 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期六, 13 十月 2018 13:47:14 +0800
Subject: [PATCH] Merge branch 'master' into UserCenter

---
 System/Welfare/AwardExchangeWin.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/Welfare/AwardExchangeWin.cs b/System/Welfare/AwardExchangeWin.cs
index bdec825..b9cacb5 100644
--- a/System/Welfare/AwardExchangeWin.cs
+++ b/System/Welfare/AwardExchangeWin.cs
@@ -60,6 +60,7 @@
                 tables["accid"] = SDKUtility.Instance.FreePlatformInfo.account;
                 tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
                 tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain;
+                tables["spid"] = VersionConfig.Get().SpID;
                 HttpRequest.Instance.RequestHttpGet(StringUtility.Contact(exchangeUrl, HttpRequest.HashtablaToString(tables)), HttpRequest.defaultHttpContentType, 1, null);
             }
         }

--
Gitblit v1.8.0