接口API文档定义

商品品牌管理模块

品牌条件分页查询

请求地址

GET http://localhost:9011/brand/findpage/{page}/{size}/{querystring}

请求参数说明

参数 类型 必填 说明
page int 当前页码
size int 每页记录数
querystring string 查询条件

结果参数说明

参数 类型 说明
total Long 总记录数
rows List 记录

返回结果示例

{
"total":4,"rows":[{"id":8551,"name":"华硕","image":"","letter":"H","seq":null
},
{
"id":8557,"name":"华为","image":"http://img10.360buyimg.com/popshop/jfs/t5662/36/8888655583/7806/1c629c01/598033b4Nd6055897.jpg","letter":"H","seq":null
},
{
"id":102501,"name":"赛博宇华(SOP)","image":"","letter":"S","seq":null
},
{
"id":123856,"name":"炫华(xuanhua)","image":"","letter":"X","seq":null
}]
}

你可能感兴趣的:(接口API文档定义)