正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -92,7 +92,7 @@ type UpdateBulletinRequest struct { | @@ -92,7 +92,7 @@ type UpdateBulletinRequest struct { | ||
92 | AllowClose int `json:"allow_close"` | 92 | AllowClose int `json:"allow_close"` |
93 | //AllowCondition int `json:"allow_condition"` | 93 | //AllowCondition int `json:"allow_condition"` |
94 | QuestionSwitch int `json:"question_switch"` | 94 | QuestionSwitch int `json:"question_switch"` |
95 | - Receiver []string `json:"receiver" valid:"Required"` | 95 | + Receiver []VisibleObject `json:"receiver" valid:"Required"` |
96 | Question Question `json:"question"` | 96 | Question Question `json:"question"` |
97 | Cover Cover `json:"cover" valid:"Required"` | 97 | Cover Cover `json:"cover" valid:"Required"` |
98 | } | 98 | } |
-
请 注册 或 登录 后发表评论