Twilio - 12200 架构验证警告 说明 发现以元素 'HangUp' 开头的无效内容。 '{播放之一
Twilio - 12200 Schema validation warning Description Invalid content was found starting with element 'HangUp'. One of '{Play
我从 Twilio 收到以下错误。
12200 Schema validation warning Description Invalid content was found starting with element 'HangUp'. One of '{Play
POST URL:http://b0dd02a0.ngrok.io/MSservice/PostCall
标记是这样形成的。
<Response>
<Say>Hi</Say>
<HangUp/>
</Response>
无需添加显式挂断电话。
将您的回复更改为
<Response>
<Say>Hi</Say>
</Response>
应用程序会打个招呼然后挂断,因为没有更多的指令。
我从 Twilio 收到以下错误。
12200 Schema validation warning Description Invalid content was found starting with element 'HangUp'. One of '{Play
POST URL:http://b0dd02a0.ngrok.io/MSservice/PostCall
标记是这样形成的。
<Response>
<Say>Hi</Say>
<HangUp/>
</Response>
无需添加显式挂断电话。
将您的回复更改为
<Response>
<Say>Hi</Say>
</Response>
应用程序会打个招呼然后挂断,因为没有更多的指令。