{ "changeType":“已创建”,"notificationUrl":"https://webhook.azurewebsites.net/api/send/myNotifyClient",“/messages”:“me/mailFolders(‘收件箱’)资源”,"expirationDateTime":"2016-11-20T18:23:45.9356913Z","clientState":"secretClientValue","latestSupportedTlsVersion":"v1_2“}
发布于 2021-04-29 23:21:35
notificationUrl是您自己的API端点,Graph将向其发送通知。它可以是具有已知CA颁发的证书的任何公共web HTTPS接口。我建议您检查使用Ngrok公开本地计算机上运行的终结点以接受MS图更改通知的Use Change Notifications and Track Changes with Microsoft Graph Guide
https://stackoverflow.com/questions/67303854
复制相似问题