文档
测试

添加短信

POST
http://120.27.230.83:92/api/addsms

接口描述

增加短信

请求参数

参数名
类型
描述
必填
device_id
text
设备的唯一ID
必填
data
json
包含短信内容、目标手机、发送时间的JSON格式数据
必填

参数中的data为JSON格式,实例:

[{"target_phone": 13268687841, "sms": "短信1", "sand_time": 1628753164}, {"target_phone": 13241412523, "sms": "短信2", "sand_time": 1628753164}]