gpt4 book ai didi

c# - 通过 RingCentral REST API 发送短信时出错

转载 作者:太空宇宙 更新时间:2023-11-03 14:57:17 26 4
gpt4 key购买 nike

我一直在尝试通过 RingCentral REST API 发送短信,但它向我发送了一个不完整的错误,无法解决。

我的请求 JSON,

 {
"to": [{
"phoneNumber": "+xxxxxxxxxxx"
}],
"from": {
"phoneNumber": "+xxxxxxxxxxx"
},
"text": "Test Text message from sample ringcentral app - test by Sandip"
}

RingCentral 错误响应,

{
"errorCode": "InvalidParameter",
"message": "Parameter [] value is invalid",
"errors": [{
"errorCode": "CMN-101",
"message": "Parameter [] value is invalid",
"parameterName": ""
}],
"parameterName": ""
}

我已经阅读了 RingCentral 开发者文档,我的请求 JSON 与那里提到的相同。我还检查了 RingCentral 错误代码文档,此错误代码在 [] 括号中指定了参数名称无效的参数。我的响应错误中没有参数名称。我无法确定这里的问题。

最佳答案

我已经解决了这个问题。我正在调用 PostAsJsonAsync() 将 JSON 请求发布到 RingCentral。它似乎有一些问题。我更新了对 PostAsync() 的调用,它现在可以工作了。

关于c# - 通过 RingCentral REST API 发送短信时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48395941/

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