ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api:needAuth] get:/index/Orders/index int:page=1#页码 <<< success { "code": 0, "msg": "获取成功", "count": 3, "data": [ { "id": 35, "product_id": 1, "funds": 1, "price": "139.00", "status": 2, "update_time": "2021-02-02 14:28:35", "create_time": "2021-02-01 17:55:32", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "money": [ { "id": 73, "orders_id": 35, "money": "1.00", "update_time": "2021-02-02 10:43:27", "type": 0, "status": 1, "type_text": "用户佣金", "status_text": "已到账" }, { "id": 74, "orders_id": 35, "money": "139.00", "update_time": "2021-02-01 17:55:32", "type": 1, "status": 1, "type_text": "用户本金", "status_text": "已到账" } ], "status_text": "已完成", "funds_text": "个人" }, { "id": 34, "product_id": 1, "funds": 1, "price": "139.00", "status": 1, "update_time": "2021-02-02 14:52:59", "create_time": "2021-02-01 17:24:37", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "money": [ { "id": 69, "orders_id": 34, "money": "1.00", "update_time": "2021-02-01 17:24:37", "type": 0, "status": 0, "type_text": "用户佣金", "status_text": "未到账" }, { "id": 70, "orders_id": 34, "money": "139.00", "update_time": "2021-02-01 17:24:37", "type": 1, "status": 1, "type_text": "用户本金", "status_text": "已到账" } ], "status_text": "待打款", "funds_text": "个人" }, { "id": 33, "product_id": 1, "funds": 1, "price": "139.00", "status": 1, "update_time": "2021-02-02 14:54:49", "create_time": "2021-02-01 17:20:41", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "money": [ { "id": 65, "orders_id": 33, "money": "1.00", "update_time": "2021-02-01 17:20:41", "type": 0, "status": 0, "type_text": "用户佣金", "status_text": "未到账" }, { "id": 66, "orders_id": 33, "money": "139.00", "update_time": "2021-02-01 17:20:41", "type": 1, "status": 1, "type_text": "用户本金", "status_text": "已到账" } ], "status_text": "待打款", "funds_text": "个人" } ], "page": { "current": 1, "total": 1 } } ~~~ ### 字段信息 | 场景名 | 备注 | | --- | --- | | product.name | 方案名称 | | create_time | 报单时间 | | price | 本金 | | funds_text | 垫付类型 | | status_text | 报单状态 |