张金坤 %!s(int64=8) %!d(string=hai) anos
pai
achega
00fe46d988
Modificáronse 1 ficheiros con 8 adicións e 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"`
+}