🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 内部同意提现申请 ~~~[api] post:/store_cash/insidePass *int:id=1#申请列表的id <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~ ## 内部拒绝提现申请 ~~~[api] post:/store_cash/insideRefuse *int:id=1#列表的 id <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~ ## 外部同意提现申请 ~~~[api] post:/store_cash/outsidePass *int:id=1#申请列表的 id <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~ ## 外部拒绝提现申请 ~~~[api] post:/store_cash/outsideRefuse *int:id=1#列表的 id <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误!" } ~~~