|
@@ -12,14 +12,17 @@ const schedule = {
|
|
red_name: { type: String },
|
|
red_name: { type: String },
|
|
red_logo: { type: Array },
|
|
red_logo: { type: Array },
|
|
red_members: { type: Array },
|
|
red_members: { type: Array },
|
|
|
|
+ red_branch: { type: String },
|
|
|
|
+ red_integral: { type: String },
|
|
|
|
+ red_position: { type: String },
|
|
|
|
|
|
blue_id: { type: String },
|
|
blue_id: { type: String },
|
|
blue_name: { type: String },
|
|
blue_name: { type: String },
|
|
blue_logo: { type: Array },
|
|
blue_logo: { type: Array },
|
|
blue_members: { type: Array },
|
|
blue_members: { type: Array },
|
|
-
|
|
+ blue_branch: { type: String },
|
|
- branch: { type: Object },
|
|
+ blue_integral: { type: String },
|
|
- integral: { type: Object },
|
|
+ blue_position: { type: String },
|
|
|
|
|
|
match_time: { type: String },
|
|
match_time: { type: String },
|
|
match_file: { type: Array },
|
|
match_file: { type: Array },
|