作者 yangfu

公告更新修改

@@ -93,7 +93,7 @@ type UpdateBulletinRequest struct { @@ -93,7 +93,7 @@ type UpdateBulletinRequest struct {
93 AllowClose int `json:"allow_close"` 93 AllowClose int `json:"allow_close"`
94 //AllowCondition int `json:"allow_condition"` 94 //AllowCondition int `json:"allow_condition"`
95 QuestionSwitch int `json:"question_switch"` 95 QuestionSwitch int `json:"question_switch"`
96 - Receiver []string `json:"receiver" valid:"Required"` 96 + Receiver []VisibleObject `json:"receiver" valid:"Required"`
97 Question Question `json:"question"` 97 Question Question `json:"question"`
98 Cover Cover `json:"cover" valid:"Required"` 98 Cover Cover `json:"cover" valid:"Required"`
99 } 99 }