Skip to content

收益

Base URL:https://mc-launcher.webapp.163.com/

收益列表

GET /incomes?platform=pe&start=0&span=50
参数类型说明
platformstringpe,默认 pe
startint偏移,默认 0
spanint数量,默认 Int.MAX_VALUE

响应IncomeDetailVO

申请提现

PUT /incomes/apply

请求体(ApplyIncomeDTO):

json
{
  "platform": "pe",
  "amount": 100,
  "apply_type": "wechat"
}

响应{ status: "ok", data: null }

提现详情

GET /incomes/{id}

响应ApplyIncomeDetailVO

激励基金

GET /incentive_fund/detail?platform=pe&start=0&span=50

响应IncentiveListDTO

参数类型说明
platformstringpe,默认 pe
startint偏移,默认 0
spanint数量,默认 Int.MAX_VALUE

非官方项目 · 仅供学习研究 · 与网易无任何关联