多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api:agentAuth] get:/agent/Advance/index int:page=1#页码 <<< success { "code": 0, "msg": "获取成功", "count": 4, "data": [ { "id": 10, "user_id": 2, "agent_id": 1, "product_id": 1, "category_id": 1, "warehouse_id": 1, "funds": 1, "price": "139.00", "agent_brokerage": "1", "user_brokerage": "1", "status": 0, "update_time": "2021-01-28 15:11:38", "create_time": "2021-01-28 15:11:38", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "status_text": "待签收", "funds_text": "个人" }, { "id": 7, "user_id": 2, "agent_id": 1, "product_id": 1, "category_id": 1, "warehouse_id": 1, "funds": 1, "price": "139.00", "agent_brokerage": "1", "user_brokerage": "1", "status": 0, "update_time": "2021-01-28 15:07:09", "create_time": "2021-01-28 15:07:09", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "status_text": "待签收", "funds_text": "个人" }, { "id": 6, "user_id": 2, "agent_id": 1, "product_id": 1, "category_id": 1, "warehouse_id": 1, "funds": 1, "price": "139.00", "agent_brokerage": "1", "user_brokerage": "1", "status": 0, "update_time": "-0001-11-30 00:00:00", "create_time": "-0001-11-30 00:00:00", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "status_text": "待签收", "funds_text": "个人" }, { "id": 5, "user_id": 2, "agent_id": 1, "product_id": 1, "category_id": 1, "warehouse_id": 1, "funds": 1, "price": "0.00", "agent_brokerage": "0", "user_brokerage": "0", "status": 0, "update_time": "-0001-11-30 00:00:00", "create_time": "-0001-11-30 00:00:00", "product": { "id": 1, "name": "爱他美3段白金版*1(数量1)" }, "status_text": "待签收", "funds_text": "个人" } ], "page": { "current": 1, "total": 1 } } ~~~ ### 字段信息 | 场景名 | 备注 | | --- | --- | | product.name | 方案名称 | | create_time | 报单时间 | | price | 本金 | | user_brokerage | 用户佣金 | | agent_brokerage | 代理佣金 | | funds_text | 垫付类型 | | status_text | 报单状态 |