[TOC]
* * * * *
### WeEngine Android、IOS Commission api
#### 分销中心
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.commission
*string:openid=默认值#openid
<<<
success
{
"status": 1,
"result": {
"avatar": "", //头像
"nickname": "", //昵称
"levelname": "", //等级
"agentmember": "",// 推荐人
"memberid": "",//邀请码
"commission_pay": "0",//成功提现佣金
"commission_total": "0",//分销佣金
"commission_ok": "0",//可提现佣金
"ordercount0": 0,//佣金笔数
"applycount": "0",//提现笔数
"downcount": 0,//我的下级
}
}
<<<
error
{
"status": 0,
"result": {
"message": "错误信息"
}
}
~~~