yl
2023-01-10 d4d03c0415631cdf778e41fc7a85a225262712b9
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";