@@ -11,6 +11,7 @@ type NotifyMsg struct {
Service string
Color string
DetailColor string
+ TplId string
}
type RpcResult string
@@ -36,3 +37,7 @@ type News struct {
ToUser string //用户id
Articles []Article
+type CustomMsg struct {
+ Url string
+ Data map[string]interface{}
+}