获取网站标题
GET
/api/short-link/admin/v1/title请求参数
Query 参数
url
string
网站地址
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
message
null
必需
data
string
目标网站标题
requestId
null
必需
success
boolean
必需
示例
{
"code": "0",
"message": null,
"data": "从零到一学习RocketMQ | 拿个offer - 开源&项目实战",
"requestId": null,
"success": true
}
最后修改时间: 1 年前