From 88bc527c36eee5e8c525b1b1e311caa7c2e69789 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期五, 12 七月 2024 11:49:17 +0800 Subject: [PATCH] 版本号 --- 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