企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 赏金日结算单条信息 ~~~[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 ~~~