获取产品品类物模型列表
POST
/api/v1/things/product/category/schema/index请求参数
Body 参数application/json
productCategoryID
integer <int64>
必需
withFather
boolean
可选
示例
{
"productCategoryID": 0,
"withFather": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (ProductCategorySchemaIndexResp)
可选
identifiers
array[string]
必需
示例
未设置
最后修改时间: 4 天前