使用 json 对象以 Base64 字符串发送 PDF。在通过之前将 Stream 转换为 Base64。使用 Http trigger post 调用逻辑应用程序
电子邮件是使用逻辑应用程序中的 pdf 生成的,但 PDF 未打开。Base64 内容是否已损坏?
在逻辑应用程序中,通过 ContentBytes => triggerBody()['attachments']?['ContentBytes'] 和 ContentBytes => base64(triggerBody()['attachments']?['ContentBytes']) 更新附件内容