获取产品品类详情
POST
/api/v1/things/product/category/read请求参数
Body 参数application/json
id
integer <int64>
id
withChildren
boolean
可选
示例
{
"id": 0,
"withChildren": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (ProductCategory)
可选
id
integer <int64>
可选
parentID
integer <int64>
可选
idPath
array[integer <int64>]
只读
name
string
可选
desc
string
描述
headImg
string
用户头像
isUpdateHeadImg
boolean
用户头像
isLeaf
integer <int64>
可选
deviceCount
integer <int64>
设备数量
children
array[object (ProductCategory) {10}]
可选
示例
未设置
最后修改时间: 4 天前