fix(wxapi): fix typo

This commit is contained in:
Harris Zhang 2022-10-10 13:58:13 +08:00 committed by GitHub
parent 872edb6736
commit 8cb11cf561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;