详情
开发中GET
/adminapi/decorate.page/detail请求参数
Query 参数
id
integer
必需
1=商城首页, 2=个人中心, 3=客服设置 4-PC首页
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
id
type
integer
页面类型
name
string
页面名称
data
string
页面数据
create_time
string
必需
update_time
string
必需
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"type": 0,
"name": "string",
"data": "string",
"create_time": "string",
"update_time": "string"
}
}
最后修改时间: 2 年前