🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 赏金日结算列表 ~~~[api] post:/api/wallet/settlementDayQuery *token#登录令牌 status#日结开关status#类型,1-开启;2-关闭; name#服务商名称 <<< 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 ~~~