From 723d8dfe664fa830a4936e3a9268168bba2ef314 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 09 十月 2018 21:46:04 +0800
Subject: [PATCH] 3985 登陆封包内容修改; 打包配置增加运营商id配置

---
 System/Login/LoginModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Login/LoginModel.cs b/System/Login/LoginModel.cs
index 98f4127..ff75a6f 100644
--- a/System/Login/LoginModel.cs
+++ b/System/Login/LoginModel.cs
@@ -278,7 +278,7 @@
                     send.Extra = "";
                     break;
                 case VersionAuthority.Release:
-                    send.Extra = string.Format("{0}|{1}",VersionConfig.Get().appId,VersionConfig.Get().SpID);
+                    send.Extra = VersionConfig.Get().SpID;
                     send.ExtraLen = (byte)send.Extra.Length;
                     if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Free)
                     {

--
Gitblit v1.8.0