Files
new-api/dto/sensitive.go

7 lines
139 B
Go
Raw Normal View History

2024-03-20 19:00:51 +08:00
package dto
type SensitiveResponse struct {
SensitiveWords []string `json:"sensitive_words"`
Content string `json:"content"`
}