go-common/app/job/main/activity/model/bnj/bnj.go

16 lines
316 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package bnj
// ResetMsg .
type ResetMsg struct {
Mid int64 `json:"mid"`
Ts int64 `json:"ts"`
}
// Push .
type Push struct {
Second int64 `json:"second"`
Name string `json:"name"`
TimelinePic string `json:"timeline_pic,omitempty"`
H5TimelinePic string `json:"h5_timeline_pic,omitempty"`
}