模板套装列表
GET
/api/template_component/suit/search请求参数
Query 参数
colour_id
string
颜色ID
page
string
页码 默认1
page_size
string
可选
每页展示数量 默认20
style_id
string
风格ID
suit_ids
string
可选
Header 参数
x-api-key
string
必需
示例值:
{{apiKey}}
x-channel
string
必需
x-token
string
必需
示例值:
{{token}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
返回码,0表示成功,非0表示异常
data
object
必需
pagination
object
必需
list
array [object {2}]
必需
msg
string
返回提示信息
示例
{
"code": 0,
"data": {
"pagination": {
"total": 19,
"current_page": 1,
"page_size": 2
},
"list": [
{
"id": 81,
"cover_img": "//file.isheji.com/isheji-sop/0/119/styles/20221024172110271036.jpeg"
},
{
"id": 80,
"cover_img": "//file.isheji.com/isheji-sop/0/119/styles/20221024172003597548.jpeg"
}
]
},
"msg": "ok"
}
最后修改时间: 7 个月前