修改金刚区
PUT
/shop/diamond请求参数
Body 参数application/json
createTime
string | null
创建时间
updateTime
string | null
更新时间
id
integer | null
可选
name
string | null
金刚区名称
sort
integer | null
排序
jumpType
integer | null
可选
金刚区跳转类型(0栏目,1分类,2url)
valueId
integer | null
可选
跳转栏目ID或者分类ID
valueUrl
string | null
跳转连接
iconUrl
string | null
图标地址
picUrl
string | null
可选
跳转banner地址
status
integer | null
可选
是否展示(0不展示,1展示)
delFlag
boolean | null
可选
删除标志(0代表存在 1代表删除)
示例
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"name": "string",
"sort": 0,
"jumpType": 0,
"valueId": 0,
"valueUrl": "string",
"iconUrl": "string",
"picUrl": "string",
"status": 0,
"delFlag": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
可选
返回状态码:返回200表示请求接口成功,非200表示请求接口失败
msg
string | null
返回消息
data
boolean | null
返回数据
示例
{
"code": 0,
"msg": "",
"data": false
}
最后修改时间: 10 个月前