From 2ca5e5d62e58e9dfee480b64cb6d49c3553202ea Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 27 三月 2019 18:02:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/SDK/SDKUtility.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Core/SDK/SDKUtility.cs b/Core/SDK/SDKUtility.cs
index 47acbac..2286e51 100644
--- a/Core/SDK/SDKUtility.cs
+++ b/Core/SDK/SDKUtility.cs
@@ -889,7 +889,7 @@
/// </summary>
public void FreePlatformPay(string title, float money, string cpInfo)
{
- m_PaymentTable["ProductID"] = "snxxz";
+ m_PaymentTable["ProductID"] = "xbqy";
m_PaymentTable["OperatorID"] = VersionConfig.Get().appId;
// 鍙栫帺瀹跺尯鏈岻D
m_PaymentTable["RegionName"] = "s" + ServerListCenter.Instance.currentServer.region_flag;
@@ -1135,7 +1135,7 @@
{
BuildFreePlatformInfo(data);
- string _url = StringUtility.Contact("http://pub.game.2460web.com:11000/event_receiver?ProductID=snxxz",
+ string _url = StringUtility.Contact("http://pub.game.2460web.com:11000/event_receiver?ProductID=xbqy",
"&OperatorID=", VersionConfig.Get().appId,
"&RegionName=data&RegionID=0&EventID=1105&Time=",
DateTime.Now.ToString(),
--
Gitblit v1.8.0