接口:分类
接口:分类
接口详情
分类
zodram api
GET
接口地址
正式环境(prod) | https://zodream.cn/open/shop/category |
|
本地环境(dev) | http://zodream.localhost/open/shop/category |
Header参数
字段键 | 字段值 | 备注说明 |
---|
请求参数
字段别名 | 字段含义 | 字段类型 | 是否必填 | 默认值 | 备注说明 |
---|---|---|---|---|---|
parent | 上级分类id | 数字(number) | 否 | 0 |
响应参数
字段别名 | 字段含义 | 字段类型 | MOCK规则 | 备注说明 |
---|---|---|---|---|
data | data | 数组(array) | ||
ᅡ id | id | 数字(number) | ||
ᅡ name | name | 字符串(string) | ||
ᅡ keywords | keywords | 对象(null) | ||
ᅡ description | description | 字符串(string) | ||
ᅡ icon | icon | 字符串(string) | ||
ᅡ parent_id | parent_id | 数字(number) | ||
ᅡ position | position | 数字(number) | ||
ᅡ banner | banner | 字符串(string) | ||
ᅡ app_banner | app_banner | 字符串(string) |
返回示例