Browse Source

feat:初始化类型

wangshan 2 năm trước cách đây
mục cha
commit
8903576b30
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,
 		},