获取SEO
GET
/webtenant/system/seo/getSeo请求参数
Query 参数
sourceId
integer <int64>
来源ID
sourceType
integer <int32>
必需
来源类型,0菜单 1课程 2资料
示例代码
返回响应
OK(200)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (SEO设置VO)
可选
id
integer <int64>
可选
seoDesc
string
描述
seoKeyword
string
关键字
seoTitle
string
SEO标题
sourceId
integer <int64>
来源ID
sourceType
integer <int32>
可选
来源类型,0菜单 1课程 2资料
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"id": 0,
"seoDesc": "string",
"seoKeyword": "string",
"seoTitle": "string",
"sourceId": 0,
"sourceType": 0
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 7 小时前