wcj 6 lat temu
rodzic
commit
3c6ad8352a
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      common/src/qfw/util/rpc/weixin.go

+ 5 - 0
common/src/qfw/util/rpc/weixin.go

@@ -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{}
+}