Browse Source

整合推送类

lichunlei 4 years ago
parent
commit
d7ca71ff01
1 changed files with 0 additions and 9 deletions
  1. 0 9
      AppStart/Aliyun/AliyunPush.cs

+ 0 - 9
AppStart/Aliyun/AliyunPush.cs

@@ -14,13 +14,8 @@ namespace MySystem
 {
 {
     public class AliyunPush
     public class AliyunPush
     {
     {
-<<<<<<< HEAD
         private string AccessKeyID = "LTAI5t7ivibdYZTro4SRVZ9M";
         private string AccessKeyID = "LTAI5t7ivibdYZTro4SRVZ9M";
         private string AccessKeySecret = "nfr1bmbJbMhLuaj10iBORkuFfIAX7M";
         private string AccessKeySecret = "nfr1bmbJbMhLuaj10iBORkuFfIAX7M";
-=======
-        private string AccessKeyID = " LTAI5tE9LtmJSzz7XA2p8aB1";//
-        private string AccessKeySecret = "3AOlKu5WvcZrqSg9i0rSRbXStiCU04";//
->>>>>>> DuGuYang
 
 
         public void PushMessageToAndroid()
         public void PushMessageToAndroid()
         {
         {
@@ -163,11 +158,7 @@ namespace MySystem
             }
             }
             else if (DeviceType == "iOS")
             else if (DeviceType == "iOS")
             {
             {
-<<<<<<< HEAD
                 request.AppKey = 27724645;
                 request.AppKey = 27724645;
-=======
-                request.AppKey = 27724645;//
->>>>>>> DuGuYang
             }
             }
             if (string.IsNullOrEmpty(DeviceList))
             if (string.IsNullOrEmpty(DeviceList))
             {
             {