快速集成短信发送功能
POST /api/sms/send
{
"api_key": "your_api_key",
"phone": "13800138000",
"message": "【NewTop】您的验证码是:123456"
}
GET /api/account/balance
{
"api_key": "your_api_key"
}
GET /api/sms/status
{
"api_key": "your_api_key",
"msg_id": "message_id"
}
登录后台获取完整API文档和密钥
登录后台