🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 项目区域搜索 ~~~[api] get:https://fang.himvc.com/api/project/items/sregion int:region_id#区域ID 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": 2, "parent_id": 0, "post_type": "别墅", "post_format": 1, "user_id": 1, "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": 1638934829, "update_time": 1638934829, "published_time": "2021-12-08 11:33:40", "delete_time": 0, "post_title": "123", "post_keywords": "", "post_excerpt": "12314123412", "post_source": "", "thumbnail": "", "post_content": "", "post_content_filtered": null, "post_price": 9999.99, "type_id": 4, "region_id": 1, "more": { "com": { "money": "5", "per": "1" }, "pre_sale": "https://fang.himvc.com/upload/23123", "sale": "https://fang.himvc.com/upload/21312", "ad": { "share": "13231", "invite": "312", "comment": "1231", "follow": "123" }, "audio": "", "video": "", "thumbnail": "", "template": "" }, "post_region": "东南亚" } ] } <<< error { "code": 0, "msg": "区域ID不能为空!", "data": "" } ~~~