gpt4 book ai didi

Azure逻辑应用程序,无法将消息发送到服务总线

转载 作者:行者123 更新时间:2023-12-03 04:46:39 25 4
gpt4 key购买 nike

发送消息操作总是说“无法解析收到的消息且为空” Error output

输入是json数组。 Input information and data

有什么建议吗?

谢谢

最佳答案

想通了。

看起来向服务总线发送消息需要消息内容进行 Base64 编码。由于内容是 JSON,因此需要在编码之前显式对其进行字符串化,即使用 @encodeBase64(string(jsonContent))

将内容类型更改为 text/plain 具有相同的效果,因为在这种情况下,内容将被视为字符串开头。

关于Azure逻辑应用程序,无法将消息发送到服务总线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43744825/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com