notify.go 152 B

12345678
  1. package block
  2. // AccountNotify .
  3. type AccountNotify struct {
  4. UID int64 `json:"mid"`
  5. Type string `json:"type"`
  6. Action string `json:"action"`
  7. }