修改博客信息
开发中PUT
/admin/config/blog修改博客信息。
请求参数
Body 参数application/json
title
string
博客标题
subtitle
string | null
博客副标题
logo
string | null
LOGO
favicon
string | null
Favicon
示例
{
"title": "string",
"subtitle": "string",
"logo": "string",
"favicon": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
errMsg
string | null
必需
data
boolean | null
必需
示例
修改成功
{
"code": 200,
"errMsg": null,
"data": true
}
最后修改时间: 9 months ago