wxr
2023-04-21 62d6c4bf6c30da21ccd8245199234c5004117d56
HDL_ON/Common/ImageUtlis.cs
@@ -181,7 +181,7 @@
        /// </summary>
        public byte[] GetImageDownloadUrl(string imageKey)
        {
            if (imageKey.StartsWith("https:"))
            if (imageKey.StartsWith("https:") || imageKey.StartsWith("http:"))
            {
                return HttpUtil.HttpsDownload(imageKey);
            }