update Yi.Furion.Net6/Yi.Framework.Infrastructure/Helper/MimeHelper.cs. 后缀名拼写错误。

后缀名拼写错误。

Signed-off-by: zsmygitee <274725822@qq.com>
This commit is contained in:
zsmygitee
2024-06-11 06:57:53 +00:00
committed by Gitee
parent 46c53e09a3
commit 23276bb0fd

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
@@ -16,7 +16,7 @@ namespace Yi.Framework.Infrastructure.Helper
public static List<string> ImageType { get; set; } = new List<string>
{
".jpg",".png",".jpge"
".jpg",".png",".jpeg"
};
private static Hashtable _mimeMappingTable;