mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
fix(wxapi): fix typo
This commit is contained in:
parent
872edb6736
commit
8cb11cf561
@ -15,7 +15,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Utilities
|
||||
case ".bmp":
|
||||
return "image/bmp";
|
||||
case ".png":
|
||||
return "image/bmp";
|
||||
return "image/png";
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user