From 7759ebb89d20dd9632add2d3383e3ddc3097acb5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期三, 10 七月 2024 15:40:50 +0800
Subject: [PATCH] 极光Sdk更新

---
 HDL_ON/DAL/Server/HttpUtil.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/DAL/Server/HttpUtil.cs b/HDL_ON/DAL/Server/HttpUtil.cs
index 66472e1..4174688 100644
--- a/HDL_ON/DAL/Server/HttpUtil.cs
+++ b/HDL_ON/DAL/Server/HttpUtil.cs
@@ -19,8 +19,8 @@
         /// 鍏叡鍩熷悕灏辫繎瑙f瀽
         /// </summary>
         public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com";
-        const string APP_KEY = "DBVOCPDX";
-        const string SECRET_KEY = "DBVOCPENDBVOCPFD";
+        public const string APP_KEY = "DBVOCPDX";
+        public const string SECRET_KEY = "DBVOCPENDBVOCPFD";
         //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com";
         //const string APP_KEY = "DCCKGHAF";
         //const string SECRET_KEY = "DCCKGHAVDCCKGHBL";

--
Gitblit v1.8.0