简要描述:
- 业绩奖中心
请求域名:
- http://xx.com
请求URL:
POST:一级域名/index.php?s=/wapapi/addons/execute/addons/distribution/controller/distribution/action/getAchievementDeatil
参数:
|参数名|是否必须|类型|说明|
返回示例:
正确时返回:
{
"code": 0,
"message": "获取成功",
"data": {
"this_month_primoney": "0.22",
"today_primoney": 0,
"tomonth_primoney": 11,
"total_primoney": 11,
"team_day_primoney": 0,
"team_month_primoney": 11,
"team_total_primoney": 11,
"this_month_team_primoney": 0.22
"month_day": 1
}
}
错误时返回:
{
"code": -1,
"message": "未开启业绩奖",
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
this_month_primoney | string | 个人本月奖金 |
today_primoney | float | 个人当日销量 |
tomonth_primoney | float | 个人当月销量 |
total_primoney | float | 个人累计销量 |
this_month_team_primoney | string | 团队本月奖金 |
team_day_primoney | float | 团队当日销量 |
team_month_primoney | float | 团队当月销量 |
team_total_primoney | float | 团队累计销量 |
month_day | string | 每月发放日期 |
备注:
- 更多返回错误代码请看首页的错误代码描述