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/main/mainInfo
首页信息

请求参数

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/main/mainInfo' \
--header 'Authorization: Bearer ' \
--header 'clientId: 428a8310cd442757ae699df5d894f051'

返回响应

🟢200OK
application/json
Bodyapplication/json

示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "revenue": {
            "withdrawableAmount": "string",
            "waitWithdrawableAmount": "string",
            "totalAmount": "string",
            "withdrawnAmount": "string",
            "yesterdayAmount": "string",
            "deviceAmount": "string",
            "yesterdayDeviceAmount": "string"
        },
        "device": {
            "allRun": 0,
            "allError": 0,
            "nodeRun": 0,
            "nodeError": 0,
            "boxRun": 0,
            "boxError": 0,
            "routerRun": 0,
            "routerError": 0,
            "monitorErrorDeviceCount": 0,
            "monitorErrorCount": 0
        }
    }
}
修改于 2024-10-09 03:23:53
上一页
查询用户当月设备收益列表
下一页
扫码绑定设备
Built with