简要描述:
- pc端/app端 收入分享页面信息接口
请求action:
income.share-page.index
简要描述:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"avatar ": "头像链接",
"share_qr ": "二维码链接",
"nickname ": "会员昵称",
"member_id ":"会员ID",
"member_level ":"会员等级",
"today_income ": "今日收入",
"month_income": "本月收入",
"total_income ": "累计收入",
}
}
错误时返回:
{
"result": 0,
"msg":"错误提示",
"data":{}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
avatar | string | 头像链接 |
share_qr | string | 二维码链接 |
nickname | string | 会员昵称 |
member_id | int | 会员ID |
member_level | string | 会员等级 |
today_income | float | 今日收入 |
month_income | float | 本月收入 |
total_income | float | 累计收入 |
备注:
-
更多返回错误代码请看首页的错误代码描述
-
开发地址: http://dev.yunzhong.com/addons/yun_shop/api.php?i=3&type=5&route=income.share-page.index&test_uid=1&change_value=100&pay_way=1