|
@@ -32,6 +32,7 @@ type UserFeedbackSaveReq struct { |
|
|
Img []string `json:"img" example:"图片"` |
|
|
Img []string `json:"img" example:"图片"` |
|
|
Idea string `json:"idea" example:"建议内容"` |
|
|
Idea string `json:"idea" example:"建议内容"` |
|
|
Phone string `json:"phone"` |
|
|
Phone string `json:"phone"` |
|
|
|
|
|
Title string `json:"title"` |
|
|
} |
|
|
} |
|
|
type UserFeedbackSayReq struct { |
|
|
type UserFeedbackSayReq struct { |
|
|
Id string `json:"id" example:"id"` |
|
|
Id string `json:"id" example:"id"` |
|
|