企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 示例 ~~~[api] post:/api/user/getNeedList <<< success { "data": { "total": 1, "per_page": 12, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "need_type": 1, "area_pro_id": "北京市", "area_city_id": "东城区", "area_region_id": 1, "pay_type": 1, "nums": 0, "total": "100.25", "star": "5.00", "need_title": "5", "need_content": "1111111111", "address": "测试地址", "mobile": 2147483647, "status": 1, //1 审核中 2审核通过 3审核未通过 "need_category": "测试分类1", "need_sub_category": "测试分类1", "create_time": "2019-09-03 16:55:47", "update_time": null, "token": "91abefa84df395797332e8304aa2a73c", "read_num": 0, //阅读数量 "owner_name": null, "delete_time": null } ] }, "code": 0 } <<<