wxr
2024-12-02 ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a
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);
            }
@@ -281,7 +281,6 @@
                                    if (imageView != null)
                                    {
                                        imageView.ImageBytes = imageBytes;
                                        //Utlis.WriteLine("imageKey 加载云端下载图片成功");
                                    }
                                });
                            }