From 0555d8929f76a1208fe0617a5181b232029d7cf3 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 16 四月 2019 19:40:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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 40bc42a..f6eeb30 100644
--- a/System/Login/LoginModel.cs
+++ b/System/Login/LoginModel.cs
@@ -299,7 +299,7 @@
send.Extra = "";
break;
case VersionAuthority.Release:
- send.Extra = VersionConfig.Get().SpID;
+ send.Extra = VersionConfig.Get().SpID + "|" + SDKUtility.Instance.Device.imei;
send.ExtraLen = (byte)send.Extra.Length;
if (SDKUtility.Instance.ChannelPlatform == SDKUtility.E_ChannelPlatform.Free)
{
--
Gitblit v1.8.0