| parameter name | type | description |
|---|---|---|
| data.cate_id | int | classification id |
| data.title | string | classification name |
| data.childrens | Array | Secondary classification under classification |
| data.childrens.cate_id | int | classification id |
| data.childrens.parent_id | int | Parent classification id |
| data.childrens.title | string | classification name |
| data.childrens.orderby | string | sort |
| data.childrens.show_type | string | Display status 0 All-day display 1 No display/Custom display |
| data.childrens.settime | array | Display time period |
| data.childrens.settime.stime | string | Show start time |
| data.childrens.settime.ltime | string | Display end time |
| data.childrens.settime.stime_time | string | Start time Seconds (Seconds relative to 0 o'clock on the day) |
| data.childrens.settime.ltime_time | string | End time Seconds (Seconds relative to 0 o'clock on the day) |