文档
测试

获取户型

GET
/api/electric/door

响应参数

参数名
类型
描述
必填
data
array
户型数据
必填
title
string
户型名称
必填

说明 / 示例

{ "data": [ { "id": 16, "title": "一室一厅", "thumbnail": null, "content": null, "type_id": 19, "link": null, "ord": 0, "created_at": "2022-12-01 10:46:37", "updated_at": "2022-12-01 10:46:37", "remark": null, "times": 0, "img": null, "thumbnail_http": "", "img_http": "" }, { "id": 17, "title": "三室两厅", "thumbnail": null, "content": null, "type_id": 19, "link": null, "ord": 0, "created_at": "2022-12-01 10:46:48", "updated_at": "2022-12-01 10:46:48", "remark": null, "times": 0, "img": null, "thumbnail_http": "", "img_http": "" } ] }