[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.withdraw
*string:openid=默認值#openid
<<<
success
{
"status": 1,
"result": {
"commission_total": 0, //累計傭金
"commission_ok": 0,//可提現傭金
"commission_wait": 0,//待收貨傭金
"commission_apply": 0,//已申請傭金
"commission_check": 0,//待打款傭金
"commission_fail": 0,//無效傭金
"commission_pay": 0,//成功提現傭金
"commission_lock": 0,//未結算傭金
"withdraw": 5,// 滿多少可提現
"cansettle": 0,// 是否可以提現 0否 1是
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~