feat(tenpayv3): 随官方更新商户进件结算账号相关接口模型

This commit is contained in:
Fu Diwei
2023-03-30 21:40:48 +08:00
parent c52973539c
commit 86a7b4ecb9
17 changed files with 203 additions and 35 deletions

View File

@@ -47,7 +47,8 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample.Controllers
{
// NOTICE:
// 需提前注入 CertificateManager、并下载平台证书才可以使用扩展方法执行验签操作。
// 有关 CertificateManager 的用法请参阅《开发文档 / 基础用法 / 如何验证回调通知事件签名?》
// 请参考本示例项目 TenpayCertificateRefreshingBackgroundService 后台任务中的相关实现
// 有关 CertificateManager 的完整介绍请参阅《开发文档 / 基础用法 / 如何验证回调通知事件签名?》。
// 后续如何解密并反序列化,请参阅《开发文档 / 基础用法 / 如何解密回调通知事件中的敏感数据?》。
return new JsonResult(new { code = "FAIL", message = "验签失败" });