newtest / dto /sensitive.go
xwwww's picture
Upload 888 files
305487b verified
package dto
type SensitiveResponse struct {
SensitiveWords []string `json:"sensitive_words"`
Content string `json:"content"`
}