🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[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": "错误信息" } } ~~~