mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
fix(wxapi): fix typo
This commit is contained in:
@@ -15,7 +15,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Utilities
|
|||||||
case ".bmp":
|
case ".bmp":
|
||||||
return "image/bmp";
|
return "image/bmp";
|
||||||
case ".png":
|
case ".png":
|
||||||
return "image/bmp";
|
return "image/png";
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user