Browse Source

Merge branch 'develop' of 192.168.3.17:zhanghongbo/qfw into develop

renzheng 9 years ago
parent
commit
852f2f4b3a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      common/src/qfw/util/rpc/push.go

+ 6 - 0
common/src/qfw/util/rpc/push.go

@@ -5,3 +5,9 @@ type PushData struct {
 	PushType map[string]string
 	Words    string
 }
+type FollowPush struct {
+	ProjectName string
+	ProjectCode string
+	InfoId      string
+	FollowId    string
+}