feat(tenpayv3): 升级核心库

This commit is contained in:
Fu Diwei
2021-08-20 22:10:16 +08:00
parent effc660268
commit c0b24b223f
34 changed files with 673 additions and 261 deletions

View File

@@ -5,7 +5,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3
/// <summary>
/// 当调用微信支付 API 出错时引发的异常。
/// </summary>
public class WechatTenpayException : WechatExceptionBase
public class WechatTenpayException : CommonExceptionBase
{
/// <inheritdoc/>
public WechatTenpayException()