Explorar o código

修改重推地址

lcl hai 1 mes
pai
achega
458fe5ad22
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      Util/Queue/PosRePushHelper.cs

+ 5 - 5
Util/Queue/PosRePushHelper.cs

@@ -52,11 +52,11 @@ namespace MySystem
             foreach(PushPosRecord sub in list)
             foreach(PushPosRecord sub in list)
             {
             {
                 string dataType = sub.DataType;
                 string dataType = sub.DataType;
-                if(dataType == "bind") url = "http://gateway.kexiaoshuang.com/v1/kxs/statServer/sp/binding";
-                if(dataType == "un_bind") url = "http://gateway.kexiaoshuang.com/v1/kxs/statServer/sp/unbind";
-                if(dataType == "trade") url = "http://gateway.kexiaoshuang.com/v1/kxs/statServer/sp/trade";
-                if(dataType == "deposit") url = "http://gateway.kexiaoshuang.com/v1/kxs/statServer/sp/cash";
-                if(dataType == "active") url = "http://gateway.kexiaoshuang.com/v1/kxs/statServer/sp/extActData";
+                if(dataType == "bind") url = "https://apigateway.kexiaoshuang.com/v1/kxs/statServer/sp/binding";
+                if(dataType == "un_bind") url = "https://apigateway.kexiaoshuang.com/v1/kxs/statServer/sp/unbind";
+                if(dataType == "trade") url = "https://apigateway.kexiaoshuang.com/v1/kxs/statServer/sp/trade";
+                if(dataType == "deposit") url = "https://apigateway.kexiaoshuang.com/v1/kxs/statServer/sp/cash";
+                if(dataType == "active") url = "https://apigateway.kexiaoshuang.com/v1/kxs/statServer/sp/extActData";
                 string res = PostWebRequest(url, sub.EncryptContent, new Dictionary<string, string>());
                 string res = PostWebRequest(url, sub.EncryptContent, new Dictionary<string, string>());
                 if(res.Contains("\"status\""))
                 if(res.Contains("\"status\""))
                 {
                 {