列表
GET
/receive/list请求参数
Query 参数
projectCode
string
项目代码
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
状态码
data
array[object (ReceiveSmsVo) {5}]
数据
com
integer <int32>
com端口
content
string
短信内容
ctime
string <date-time>
时间
phoneNo
string
手机号
verifyCode
string
验证码
message
string
错误信息
示例
{
"code": 0,
"data": [
{
"com": 0,
"content": "string",
"ctime": "2019-08-24T14:15:22.123Z",
"phoneNo": "string",
"verifyCode": "string"
}
],
"message": "string"
}
最后修改时间: 1 年前