🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 项目搜索 ~~~[api] get:https://fang.himvc.com/api/project/items/search keyword#关键字 field#过滤字段 [可选], 如:id,post_title,more limit#限制数量,如:6;分页参数(page)存在时,此参数无效 page#分页查询[可选]如,3 order=-update_time#排序+-;如按照id排序:-id或者+id relation#关联的内容模型名[可选];如:user <<< success { "code": 1, "msg": "请求成功!", "data": [ { "id": 15, "parent_id": 0, "post_type": "洋房", "post_format": 1, "user_id": 5, "post_status": 1, "comment_status": 1, "is_top": 0, "recommended": 0, "post_hits": 0, "post_favorites": 0, "post_like": 0, "comment_count": 0, "create_time": 1639215056, "update_time": 1639215056, "published_time": "2021-12-11 17:30:56", "delete_time": 0, "post_title": "测试12", "post_keywords": "", "post_excerpt": "测试1368", "post_source": "", "thumbnail": "https://fang.himvc.com/upload/default/20211211/bb44216bf3488c60fa2980e0902445db.jpeg", "post_content": "", "post_content_filtered": null, "post_price": 1, "type_id": 2, "region_id": 1, "more": null, "post_region": "东南亚" }, { "id": 1, "parent_id": 0, "post_type": "高层", "post_format": 1, "user_id": 1, "post_status": 1, "comment_status": 1, "is_top": 0, "recommended": 0, "post_hits": 1, "post_favorites": 0, "post_like": 0, "comment_count": 0, "create_time": 1638693350, "update_time": 1638731630, "published_time": "2021-12-05 16:34:00", "delete_time": 0, "post_title": "测试项目", "post_keywords": "", "post_excerpt": "测试项目介绍。", "post_source": "", "thumbnail": "", "post_content": "", "post_content_filtered": null, "post_price": 9999.99, "type_id": 3, "region_id": 2, "more": { "com": { "money": "3", "per": "4" }, "pre_sale": "project/20211205/cddebee5e022c5ab6111936486f04f2d.pdf", "sale": "project/20211205/cddebee5e022c5ab6111936486f04f2d.pdf", "ad": { "share": "5", "invite": "6", "comment": "7", "follow": "8" }, "audio": "", "video": "", "thumbnail": "", "template": "", "photos": [ { "url": "https://fang.himvc.com/upload/project/20211205/bdc6e83dd6f44ddd75b3fd360a05bcc9.jpg", "name": "8baf752bf7d5cfca11595b84ef650b64_副本.jpg" }, { "url": "https://fang.himvc.com/upload/project/20211205/2fa580f3417efc67d027ffbf0c09565e.jpg", "name": "e81e3b9d63ff040aee6e0cb35d8f8908_副本.jpg" }, { "url": "https://fang.himvc.com/upload/project/20211205/3ab0eb7d883247a5828edcb22ea7bf71.png", "name": "lvdai2_022988_副本.png" } ] }, "post_region": "北美" } ] } <<< error { "code": 0, "msg": "搜索关键词不能为空!", "data": "" } ~~~