api / dto /sensitive.go
lengfeng1360's picture
Upload 732 files
4ef3a0e verified
package dto
type SensitiveResponse struct {
SensitiveWords []string `json:"sensitive_words"`
Content string `json:"content"`
}