💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[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": "参数错误!" } ~~~