sensitive.go 139 B

123456
  1. package dto
  2. type SensitiveResponse struct {
  3. SensitiveWords []string `json:"sensitive_words"`
  4. Content string `json:"content"`
  5. }