|
@@ -3,7 +3,7 @@ package types
|
|
|
|
|
|
type PubInfoReq struct {
|
|
|
Title string `json:"title"`
|
|
|
- MsgType int64 `json:"msgType,options"`
|
|
|
+ MsgType int64 `json:"msgType"`
|
|
|
RelatedId string `json:"relatedId,optional"`
|
|
|
Code string `json:"code,optional"`
|
|
|
Province string `json:"province,optional"`
|