短信列表
GET
/send/list请求参数
Query 参数
com
integer
端口
projectCode
string
项目代码
receivePhone
string
接受手机号
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
状态码
data
array[object (SendProjectSms对象) {10}]
数据
com
integer <int32>
com端口
content
string
短信内容
ctime
string <date-time>
创建时间
id
integer <int32>
可选
message
string
错误原因
projectCode
string
项目代码
receivePhone
string
接收手机号
serialNo
string
可选
status
string
状态
utime
string <date-time>
更新时间
message
string
错误信息
示例
{
"code": 0,
"data": [
{
"com": 0,
"content": "string",
"ctime": "2019-08-24T14:15:22.123Z",
"id": 0,
"message": "string",
"projectCode": "string",
"receivePhone": "string",
"serialNo": "string",
"status": "string",
"utime": "2019-08-24T14:15:22.123Z"
}
],
"message": "string"
}
最后修改时间: 1 年前