💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 积分提现提交 ~~~[api] post:https://fang.himvc.com/api/wallet/Index/scoreCashOut *string:card_sn#卡号 *string:amount#金额 <<< success { "code": 1, "msg": "提交成功!", "data": { "amount": "5", "note": "中国工商银行(0787)" } } <<< error { "code": 0, "msg": "提现积分不足", "data": { "amount": "5000", "score": 1465 } } <<< error { "code": 0, "msg": "卡号不对或不支持!", "data": { "messages": [ { "errorCodes": "PARAM_ILLEGAL", "name": "cardNo" } ], "validated": false, "stat": "ok", "key": "621558" } } ~~~