Browse Source

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

renzheng 9 năm trước cách đây
mục cha
commit
852f2f4b3a
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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
+}