简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-01-25

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明
get_date string 2022=年,2022-01=月,2022-01-25=日,时间格式代表不同类型,可以选不同年月日,格式对就行,默认年

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "reward_price": 30,
        "subscription_revenue": 0,
        "website_welfare": 402,
        "copyright_price": 6500
    },
    "other": []
}

错误时返回:

data返回参数说明:

参数名 类型 说明
reward_price float 打赏收入【元】
subscription_revenue float 订阅收入【元】
website_welfare float 网站福利【元】
copyright_price float 版权交易【元】

备注:

文档更新时间: 2022-01-25 16:22   作者:admin