[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": "錯誤信息"
}
}
~~~