Roc 4 years ago
parent
commit
845e24879f

+ 1 - 1
samples/WebApplicationSample/Controllers/AlipayNotifyController.cs

@@ -89,7 +89,7 @@ namespace WebApplicationSample.Controllers
                     // 身份认证记录消息
                     // 身份认证记录消息
                     case "alipay.user.certify.open.notify.completed":
                     case "alipay.user.certify.open.notify.completed":
                         {
                         {
-                            var notify = await _client.CertificateExecuteAsync<AlipayTradeRefundDepositbackCompletedNotify>(Request, _optionsAccessor.Value);
+                            var notify = await _client.CertificateExecuteAsync<AlipayUserCertifyOpenNotifyCompletedNotify>(Request, _optionsAccessor.Value);
                             return AlipayNotifyResult.Success;
                             return AlipayNotifyResult.Success;
                         }
                         }
                     default:
                     default: