🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1.账单列表 ~~~[api] get:https://gdd.mogooyun.com/api/bill/bill_list pm#0支出1获得(可选) type#账单类型1余额2积分3佣金4提现 page#页码 limit#条数 <<< success <<< error ~~~ 3.充值列表 ~~~[api] get:https://gdd.mogooyun.com/api/bill/recharge_list status#0待支付1已支付2支付失败(可选)不传值则是全部 page#页码 limit#条数 <<< success <<< error ~~~ 4.提现列表 ~~~[api] get:https://gdd.mogooyun.com/api/bill/extract_list status#状态:-1 未通过 0 审核中 1 已提现(可选)不传值则是全部 page#页码 limit#条数 <<< success <<< error ~~~ 5.文章详情 ~~~[api] get:https://gdd.mogooyun.com/api/article/art_detail art_id#文章id <<< success <<< error ~~~ 6.文章列表 ~~~[api] post:https://gdd.mogooyun.com/api/article/art_list page#页码 limit#条数 where#查询条件(可选) <<< success <<< error ~~~