yl
2023-02-20 ce7c60fcec403e4e978e69db1a50aa58cdafcbda
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";