修改页面路径
POST
/api/page/pagePathEdit请求参数
Body 参数application/json
groupId
string
必需
fromPath
string
必需
toPath
string
必需
示例
{
"groupId": "25319205880463360",
"fromPath": "/abcdef",
"toPath": "/adf"
}
示例代码
返回响应
原路径不存在(200)
路径重复(200)
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
errCode
string
必需
errMessage
string
必需
data
null
必需
示例原路径不存在
{
"success": false,
"errCode": "501",
"errMessage": "路径不存在",
"data": null
}
最后修改时间: 2 years ago