https://www.westmonth.com/openapi/brandAuthorizing/nullifyhttps://testing.westmonth.com/openapi/brandAuthorizing/nullify| 参数名 | 类型 | 必填 | 示例值 | 说明 |
|---|---|---|---|---|
| Authorization | string | 是 | authorization | 身份验证Token |
| Content-Type | string | 是 | application/json | 建议固定传此值 |
| 参数名 | 类型 | 必填 | 默认值 | 可选值 | 说明 |
|---|---|---|---|---|---|
| id | string | 是 | - | - | 品牌授权记录id,多个id用逗号连接 |
| content | string | 是 | - | - | 作废原因 |
| 字段 | 类型 | 说明 |
|---|---|---|
| code | integer | 错误码(0=成功 1=服务错误 2=参数错误 3=授权无 效 4=请求上限) |
| msg | string | 错误描述 |
| data | array | 业务数据 |
{
"id": "10061",
"content": "授权作废"
}