Files
utility_go/api/callback/v1/robots.go
2025-12-08 10:36:29 +08:00

10 lines
189 B
Go

package v1
import "github.com/gogf/gf/v2/frame/g"
type RobotsReq struct {
g.Meta `path:"/robots.txt" tags:"回调响应" method:"get" summary:"禁止爬虫"`
}
type RobotsRes struct {
}