ソースを参照

feat: 推送数据新增是否分发字段

zhangxinlei1996 2 年 前
コミット
8ad6f3d676
1 ファイル変更1 行追加0 行削除
  1. 1 0
      p/struct.go

+ 1 - 0
p/struct.go

@@ -665,6 +665,7 @@ type MatchInfo struct {
 	Items     []string
 	MatchWays []string
 	DisId     string
+	HandDis   bool //是否分发
 }
 
 type KeyDfa struct {