[老四方]获取短信
GET
https://sms.xn--ssl-8e5fl55p.com/api/smslist转发短信列表,按时间排序获取对应的COM和手机号的短信
请求参数
Query 参数
Room
string
必需
示例值:
szfang
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
com
string
必需
phoneNum
string
必需
msg
string
必需
sendContent
string
必需
createDateString
string
必需
示例
[
{
"com": "3",
"phoneNum": "55555555",
"msg": "test",
"sendContent": "55555555",
"createDateString": "1994-01-19 06:57:40"
},
{
"com": "4",
"phoneNum": "66666666",
"msg": "test",
"sendContent": "66666666",
"createDateString": "1994-01-19 06:57:40"
}
]
最后修改时间: 1 年前