AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
[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": "错误信息" } } ~~~