张金坤 hace 8 años
padre
commit
00fe46d988
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      common/src/qfw/util/rpc/follow.go

+ 8 - 0
common/src/qfw/util/rpc/follow.go

@@ -0,0 +1,8 @@
+// follow
+package rpc
+
+type FollowData struct {
+	OpenId      string `json:"openid"`
+	Server      string `json:"server"`
+	Projectname string `json:"projectname"`
+}