1. BD中心
miaw-api
  • 🦊一分钟,了解 Apifox !
  • 语聊rank
    • H5榜单
      • 游戏消耗榜
      • 排行榜(聚合)
      • 富豪榜
      • 魅力榜
      • 房间榜
    • 游戏房间消耗
      POST
    • 房间贡献榜
      POST
    • 房间欧皇榜
      POST
    • 游戏房间赢取榜
      POST
  • 币商中心
    • 币商公告
      POST
    • 官方收款信息
      POST
  • BD中心
    • BD中心
      POST
    • BD-商品列表
      POST
    • BD-佣金收入记录
      POST
    • BD-主播每日收益
      POST
    • test-BD-主播每日收益
      POST
    • BD-代理每日收益
      POST
    • BD-代理提现记录
      POST
    • BD-代理提现审核
      POST
  • BD-中心(独立版)
    • BD-贡献明细
      POST
    • BD-佣金明细
      POST
    • BD-中心
      POST
  • 客户端登陆
    GET
  • 用户记录
    POST
  • H5url
    POST
  • 获取全局配置
    POST
  1. BD中心

test-BD-主播每日收益

POST
/agent/test_anchor_income

返回参数说明#

请求参数

Header 参数

Body 参数application/json

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location '/agent/test_anchor_income' \
--header 'sign: 636494883022925e1d4134a419944996' \
--header 'Content-Type: application/json' \
--data '{
    "begin_date": "string",
    "end_date": "string",
    "page_index": 0,
    "page_size": 0,
    "anchor_id": 0,
    "base": {
        "token": "string"
    }
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "base": {},
    "total_income": 450480,
    "ratio": 36,
    "item": [
        {
            "date": "2025-09-27",
            "anchor_id": 4002018
        },
        {
            "date": "2025-09-27",
            "anchor_id": 4002005
        },
        {
            "date": "2025-09-27",
            "anchor_id": 4002003
        },
        {
            "date": "2025-09-27",
            "anchor_id": 3003676
        },
        {
            "date": "2025-09-27",
            "anchor_id": 3003674
        },
        {
            "date": "2025-09-27",
            "anchor_id": 1000004
        },
        {
            "date": "2025-09-27",
            "anchor_id": 1000001
        },
        {
            "date": "2025-09-26",
            "anchor_id": 3003674
        },
        {
            "date": "2025-09-26",
            "gold": 154,
            "anchor_id": 4002018
        },
        {
            "date": "2025-09-26",
            "anchor_id": 4002005
        },
        {
            "date": "2025-09-26",
            "gold": 57380,
            "anchor_id": 4002003
        },
        {
            "date": "2025-09-26",
            "anchor_id": 3003676
        },
        {
            "date": "2025-09-26",
            "anchor_id": 1000004
        },
        {
            "date": "2025-09-26",
            "gold": 46620,
            "anchor_id": 1000001
        },
        {
            "date": "2025-09-25",
            "gold": 11540,
            "anchor_id": 4002005
        },
        {
            "date": "2025-09-25",
            "anchor_id": 3003676
        },
        {
            "date": "2025-09-25",
            "anchor_id": 3003674
        },
        {
            "date": "2025-09-25",
            "anchor_id": 1000004
        },
        {
            "date": "2025-09-25",
            "gold": 326176,
            "anchor_id": 1000001
        },
        {
            "date": "2025-09-24",
            "gold": 831,
            "anchor_id": 1000001
        }
    ]
}
修改于 2025-10-14 09:43:51
上一页
BD-主播每日收益
下一页
BD-代理每日收益
Built with