获取robots文件内容
开发中GET
/communityFile/robots请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
communityId
integer
社区ID
fileData
string
robots内容
示例
{
"code": 200,
"msg": "成功",
"data": {
"communityId": 1,
"fileData": "User-agent: *\nDisallow:\n\nSitemap: https://openatom.atomgit.com/sitemap.xml"
}
}
最后修改时间: 3 个月前