查询购买的动态住宅流量套餐记录
GET
/externalapi/device/userSetMeal查询购买的动态住宅流量套餐记录
请求参数
Query 参数
access_token
string
必需
用户token。用户登录之后,获取token
示例值:
{{access_token}}
type
integer
必需
套餐类型:0=全球动态住宅,1=全球静态住宅,2=全球数据中心。此处固定为:0
示例值:
0
status
integer
必需
计费模式:0=按流量,1=按时长,2=按ip数。此处固定为:0
示例值:
0
page
integer
当前页数
示例值:
1
pagesize
integer
每页显示数量
示例值:
10
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
响应编码:1=正常,0=错误
msg
string
响应说明
time
string
必需
data
object
必需
total
integer
总数
rows
array [object {9}]
内容
示例
{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"bill": "string",
"money": "string",
"type": "string",
"createtime": 0,
"set_meal_id": 0,
"is_renew": "string",
"createtime_text": "string"
}
]
}
}
最后修改时间: 1 年前