Duplicated from dedw231/new-api
4674012
1
2
3
4
5
6
7
package dto type SensitiveResponse struct { SensitiveWords []string `json:"sensitive_words"` Content string `json:"content"` }