From ce12a541680abb5604b7c90a3130c819848cb973 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 06 六月 2023 19:09:35 +0800
Subject: [PATCH] 1.生产进度报表开发 2.T+对接回调地址信息接口开发

---
 VueWebApi/Util/config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/Util/config.cs b/VueWebApi/Util/config.cs
index fb5d6ae..58e9e81 100644
--- a/VueWebApi/Util/config.cs
+++ b/VueWebApi/Util/config.cs
@@ -8,7 +8,7 @@
     public class config
     {
         public const string Url_Server = "https://openapi.chanjet.com";
-        public const string Key_encryptKey = "XKD1234567891234";
+        public const string Key_encryptKey = "1234567890123456";
 
         public const string Url_getTokenbyTempCode = "/auth/getToken";
         public const string Url_getTokenbyPemCode = "/auth/token/getTokenByPermanentCode";

--
Gitblit v1.9.3