1. 设备
唐笙云APP
  • 用户
    • 用户登录
      POST
    • 退出登录
      POST
    • 获取验证码
      GET
    • 商城登录
      POST
    • 重置密码
      PUT
    • 获取用户信息
      GET
  • 账户
    • 用户提现
      POST
    • 查询用户收益
      GET
    • 查询用户提现列表
      GET
    • 查询用户收益汇总列表
      GET
    • 查询用户当月收益列表
      GET
    • 查询用户当月设备收益列表
      GET
  • 首页
    • 首页信息
      GET
  • 设备
    • 扫码绑定设备
      POST
    • 查询设备详情
      GET
    • 查询设备带宽统计信息
      GET
    • 查询设备列表
      GET
    • 查询该设备每日收益列表
      GET
  • 数据模型
    • Schemas
      • SysUserBo
      • RVoid
      • UserWithdrawalBo
      • RUserInfoVo
      • SysRoleVo
      • SysUserVo
      • UserInfoVo
      • RMapStringObject
      • MainVo
      • NetDeviceErrorInfoVo
      • NetDeviceStatisticsVo
      • NetDeviceHardwareInfoVo
      • RMainVo
      • NetDeviceInfoVo
      • NetDeviceMonitorInfoVo
      • NetDeviceNetInfoVo
      • NetDeviceRevenueStatisticsVo
      • PartitionInfo
      • RNetDeviceInfoVo
      • UserDeviceVo
      • NetDeviceStatInfoVo
      • RListNetDeviceStatInfoVo
      • NetDeviceInfoBo
      • PageQuery
      • TableDataInfoNetDeviceInfoVo
      • UserProfitBo
      • DeviceBo
      • TableDataInfoUserProfitVo
      • UserProfitVo
      • PageQueryApiBo
      • TableDataInfoUserWithdrawalVo
      • UserWithdrawalVo
      • UserProfitSummaryBo
      • TableDataInfoUserProfitSummaryVo
      • UserProfitSummaryVo
      • RListUserProfitSummaryVo
      • RListUserProfitVo
      • RUserAmountVo
      • UserAmountVo
  1. 设备

查询设备列表

GET
/app/v1/device/list
查询设备列表

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://app.tangshengyun.cn/app/v1/device/list?deviceStatus=&deviceType=&deviceStage=&isp=&pageSize=&pageNum=' \
--header 'Authorization: Bearer ' \
--header 'clientId: 428a8310cd442757ae699df5d894f051'

返回响应

🟢200OK
application/json
Bodyapplication/json

示例
{
    "total": 0,
    "rows": [
        {
            "id": 0,
            "factoryIdentifier": "string",
            "name": "string",
            "sn": "string",
            "deviceType": 0,
            "deviceTypeStr": "string",
            "businessType": 0,
            "businessTypeStr": "string",
            "deviceStatus": 0,
            "deviceStage": 0,
            "deviceStageString": "string",
            "userId": 0,
            "remark": "string",
            "province": "string",
            "city": "string",
            "isp": 0,
            "ispString": "string",
            "bandwidth": "string",
            "bwnum": 0,
            "natType": 0,
            "natTypeString": "string",
            "dialType": 0,
            "dialTypeString": "string",
            "isMultiLine": 0,
            "isTransProv": 0,
            "transProvRate": 0,
            "upnpStatus": 0,
            "upnpExternalIp": "string",
            "arch": "string",
            "os": "string",
            "netBenchStatus": 0,
            "bindTime": "2019-08-24T14:15:22.123Z",
            "lastOnlineTime": "2019-08-24T14:15:22.123Z",
            "threshold": 0,
            "profitYesterday": "string",
            "deviceProfitYesterday": "string",
            "errorInfo": {},
            "hardwareInfo": {
                "cpuCores": "string",
                "cpuFrequency": "string",
                "memoryTotalSize": "string",
                "memoryUsedSize": "string",
                "diskList": [
                    {
                        "name": "string",
                        "totalSize": 0,
                        "totalSizeStr": "string",
                        "usedSize": 0,
                        "usedSizeStr": "string",
                        "usedPercent": "string"
                    }
                ]
            },
            "monitorInfo": {},
            "netInfo": {
                "ipv4": "string",
                "natType": "string",
                "dialType": "string",
                "ipv6": "string",
                "bandWidth": "string"
            },
            "revenueStatisticsInfo": {
                "profitYesterday": "string",
                "deviceProfitYesterday": "string",
                "profitAll": "string",
                "deviceProfitAll": "string"
            },
            "userDeviceList": [
                {
                    "id": 0,
                    "userId": 0,
                    "deviceId": 0,
                    "threshold": 0,
                    "createDt": "2019-08-24T14:15:22.123Z",
                    "updateDt": "2019-08-24T14:15:22.123Z"
                }
            ],
            "delFlag": 0
        }
    ],
    "code": 0,
    "msg": "string",
    "hasNext": true,
    "hasPrevious": true,
    "pages": 0
}
修改于 2024-10-08 06:52:41
上一页
查询设备带宽统计信息
下一页
查询该设备每日收益列表
Built with