💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 赏金日结算单条信息 ~~~[api] post:/api/wallet/dayInfo *token#登录令牌 id# <<< success { "status": "1", "message": "成功返回数据", "order_data": [], "data": [ { "id": 2, //settlement_day表的id "config_id": 2, //服务商配置ID "name": "测试", //服务商名称 "source_type": "12000", //赏金来源 "rate": "6.000", //税点 "status": "1" //日常任务状态 }, ... ] } <<< error ~~~