feat(tenpayv3): bump version to v2.1.3

This commit is contained in:
Fu Diwei
2021-12-03 16:55:29 +08:00
parent 96f1f262e7
commit 666deca8d4
6 changed files with 13 additions and 5 deletions

View File

@@ -47,4 +47,4 @@ var client = new WechatTenpayClient(options);
这样,本库会在实际收到响应后自动为你调用 `DecryptResponseSensitiveProperty()` 方法。
此外,该扩展方法使用反射、并依赖 `WechatTenpaySensitivePropertyAttribute` 特性,相比较手动解密,可能会存在一定的性能开销。
此外,该扩展方法使用反射、并依赖 `WechatTenpaySensitiveAttribute``WechatTenpaySensitivePropertyAttribute` 特性,相比较手动解密,可能会存在一定的性能开销。