Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev
正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -92,10 +92,10 @@ type UpdateBulletinRequest struct { | @@ -92,10 +92,10 @@ type UpdateBulletinRequest struct { | ||
92 | Content string `json:"content" valid:"Required"` | 92 | Content string `json:"content" valid:"Required"` |
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"` | ||
96 | - Receiver []string `json:"receiver" valid:"Required"` | ||
97 | - Question Question `json:"question"` | ||
98 | - Cover Cover `json:"cover" valid:"Required"` | 95 | + QuestionSwitch int `json:"question_switch"` |
96 | + Receiver []VisibleObject `json:"receiver" valid:"Required"` | ||
97 | + Question Question `json:"question"` | ||
98 | + Cover Cover `json:"cover" valid:"Required"` | ||
99 | } | 99 | } |
100 | type UpdateBulletinResponse struct { | 100 | type UpdateBulletinResponse struct { |
101 | } | 101 | } |
-
请 注册 或 登录 后发表评论