Danh mục tin tức
Request
Response
Key
Type
Description
[
[
"id" => int,
"name" => string,
"status" => int,
"parentId" => int,
"childs" => [ // child categories
[
"id" => int,
"name" => string,
"status" => int,
"parentId" => int,
"childs" => [
...
],
],
...
]
],
...
]Last updated