From d4d03c0415631cdf778e41fc7a85a225262712b9 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 10 一月 2023 12:22:14 +0800
Subject: [PATCH] 设备点检标准、保养标准关联工作站接口去掉最后过滤条件
---
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 58e9e81..fb5d6ae 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 = "1234567890123456";
+ public const string Key_encryptKey = "XKD1234567891234";
public const string Url_getTokenbyTempCode = "/auth/getToken";
public const string Url_getTokenbyPemCode = "/auth/token/getTokenByPermanentCode";
--
Gitblit v1.9.3