文档
测试

1、获取品牌列表

POST
/admin/redeem/brand/list

请求头

参数名
类型
描述
必填
token
string
用户token
必填

请求参数

参数名
类型
描述
必填
page
int
当前页
必填
limit
int
每页展示数量
必填

响应参数

multipart/form-data
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
count
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:4
必填
logo
string
示例:http://apitest.hisport.cloud/public/redeem/20210916/kThCyQ4wVLqOjR3DKtrZLOQHKg0tTvMKKOTCiQ3z.png
必填
brand_name
string
示例:ddfdf
必填
contact_person
string
示例:fdasdf
必填
phone
string
示例:15112692950
必填
created_at
string
示例:2021-09-16T05:41:14.000000Z
必填
brand_shop_count
int
示例:0
必填
shop_integral_sum
string
示例:0
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "count": 1, "list": [ { "id": 4, "logo": "http://apitest.hisport.cloud/public/redeem/20210916/kThCyQ4wVLqOjR3DKtrZLOQHKg0tTvMKKOTCiQ3z.png", "brand_name": "ddfdf", "contact_person": "fdasdf", "phone": "15112692950", "created_at": "2021-09-16T05:41:14.000000Z", "brand_shop_count": 0, "shop_integral_sum": "0" }, { "id": 3, "logo": "http://apitest.hisport.cloud/public/redeem/20210916/RMZEBRE2RyT3qjuJWLoVxDb4pMHxb6LoRiASaSAq.png", "brand_name": "ddfdf", "contact_person": "fdasdf", "phone": "15112692950", "created_at": "2021-09-16T05:38:26.000000Z", "brand_shop_count": 0, "shop_integral_sum": "0" }, { "id": 2, "logo": "http://apitest.hisport.cloud/public/redeem/20210915/OwVR4yvIjE8S1kkM6HoUd3hwz6X01YxjSWu24Pmu.png", "brand_name": "ddfdf", "contact_person": "fdasdf", "phone": "15112692950", "created_at": "2021-09-15T09:42:26.000000Z", "brand_shop_count": 1, "shop_integral_sum": "333" }, { "id": 1, "logo": "https://api.hisport.cloud/wx_sources/default_user.png", "brand_name": "高新园羽毛球馆", "contact_person": "张三", "phone": "15112692950", "created_at": "2021-09-15T06:33:26.000000Z", "brand_shop_count": 3, "shop_integral_sum": "305" } ] } } ```