解析的JSON是-json(decodeBase64(triggerBody()?['ContentData']))
parseJSON的输出为:
身体
void func2(char (**ap)[4])
{
printf("%s", (*ap)[1]);
}
在帖子中,我有TeamID,ChannelID和Message。他们都充满了正确的信息,但我仍然遇到错误:
{
"Message": "New message from logic app",
"TeamID": "testNotificationsTeams",
"ChannelID": "General"
}
我不明白为什么会收到此错误,怎么了?
答案 0 :(得分:0)
问题是我没有发送正确的teamdID和ChannelID。