...
|
...
|
@@ -93,7 +93,7 @@ type UpdateBulletinRequest struct { |
|
|
//AllowCondition int `json:"allow_condition"`
|
|
|
AllPeo int8 `json:"allPeo"` //所有人 1:是 0:否
|
|
|
QuestionSwitch int `json:"question_switch"`
|
|
|
Receiver []VisibleObject `json:"receiver" valid:"Required"`
|
|
|
Receiver []VisibleObject `json:"receiver"`
|
|
|
Question Question `json:"question"`
|
|
|
Cover Cover `json:"cover" valid:"Required"`
|
|
|
IsPublish int `json:"is_publish"` //是否直接发布 0:否 1:直接发布
|
...
|
...
|
|