Browse Source

feat:初始化类型

wangshan 2 years ago
parent
commit
8903576b30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/service.go

+ 1 - 0
service/service.go

@@ -387,6 +387,7 @@ func memberSetMap(userId int64, orderData map[string]interface{}) (set map[strin
 		dataType = 2
 	}
 	set = map[string]interface{}{
+		"i_type": 1,
 		"o_member_jy": map[string]interface{}{
 			"i_wxpush": 1,
 		},