说明
推广活动历史收益
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/huodong/old_hd_list |
正式环境 |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 令牌 | |
source | string | 是 | 活动来源 |
正确成功返回
{
"status": 1,
"message": "数据返回成功",
"data": [
{
"month": "10",
"money": "3220.98",
"number": "10"
},
{
"month": "08",
"money": "320.98",
"number": "11"
}
],
"l": 15,
"p": 1,
"t": 2
}
- 参数说明
参数 | 说明 |
---|---|
month | 月份 |
money | 月收益 |
number | 月推广人数 |
失败请求示例
{ "messasge":"无效参数", "status":0 }