gpt4 book ai didi

javascript - 更新后无法从 smsgateway.me 发送短信

转载 作者:行者123 更新时间:2023-11-28 14:34:07 25 4
gpt4 key购买 nike

我使用 php 从本地主机以编程方式发送短信。但今天更新后smsgateway.me到 v4,我无法发送任何消息。我实际上不知道如何将 API key 传递给给定的示例。我尝试了很多但没有成功。

Request Endpoint
Endpoint: https://smsgateway.me/api/v4/message/send
Method: POST
Request Parameters
Name Location Required Description
Content body true JSON payload with the information of SMS messages the API should send

请求示例

[
{
"phone_number": "07791064781",
"message": "Hello World",
"device_id": 1
},
{
"phone_number": "07791064782",
"message": "Hello World",
"device_id": 2
}
]

我还与 postman 核实,但它返回“500内部服务器错误”

您能检查一下并帮助我吗?谢谢。

最佳答案

我阅读了他们网站上的文档,看来您可能忘记了随请求发送 API key 。如果您有 API key ,则需要将其放在 Authorization header 中发送。

Authorization: <the api key here>

使用 Postman,您可以设置此 header 并重试。

关于javascript - 更新后无法从 smsgateway.me 发送短信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50294085/

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