正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -93,7 +93,7 @@ type UpdateBulletinRequest struct { | @@ -93,7 +93,7 @@ type UpdateBulletinRequest struct { | ||
93 | //AllowCondition int `json:"allow_condition"` | 93 | //AllowCondition int `json:"allow_condition"` |
94 | AllPeo int8 `json:"allPeo"` //所有人 1:是 0:否 | 94 | AllPeo int8 `json:"allPeo"` //所有人 1:是 0:否 |
95 | QuestionSwitch int `json:"question_switch"` | 95 | QuestionSwitch int `json:"question_switch"` |
96 | - Receiver []VisibleObject `json:"receiver" valid:"Required"` | 96 | + Receiver []VisibleObject `json:"receiver"` |
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 | IsPublish int `json:"is_publish"` //是否直接发布 0:否 1:直接发布 | 99 | IsPublish int `json:"is_publish"` //是否直接发布 0:否 1:直接发布 |
-
请 注册 或 登录 后发表评论