文档
测试

6、编辑品牌

POST
/admin/redeem/brand/edit

请求头

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

请求参数

参数名
类型
描述
必填
id
int
品牌id(必填)
必填
logo
file
logo
必填
brand_name
string
品牌名称
必填
contact_person
int
品牌联系人
必填
phone
int
品牌电话
必填

响应参数

参数名
类型
描述
必填
code
int
响应code
必填
msg
string
响应消息
必填
data
object
数据字典
必填
id
int
品牌id
必填
logo
string
品牌logo
必填
brand_name
string
品牌名称
必填
contact_person
string
品牌联系人
必填
phone
string
品牌电话
必填
created_at
string
示例:2021-09-15T06:33:26.000000Z
必填
brand_shop_count
int
示例:2
必填
shop_integral_sum
int
示例:305
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "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": 2, "shop_integral_sum": 305 } } ```