|
@@ -12,20 +12,19 @@ const schedule = {
|
|
|
red_name: { type: String },
|
|
|
red_logo: { type: Array },
|
|
|
red_members: { type: Array },
|
|
|
- red_branch: { type: Array },
|
|
|
- red_integral: { type: Array },
|
|
|
|
|
|
blue_id: { type: String },
|
|
|
blue_name: { type: String },
|
|
|
blue_logo: { type: Array },
|
|
|
blue_members: { type: Array },
|
|
|
- blue_branch: { type: Array },
|
|
|
- blue_integral: { type: Array },
|
|
|
+
|
|
|
+ branch: { type: Object },
|
|
|
+ integral: { type: Object },
|
|
|
+
|
|
|
match_time: { type: String },
|
|
|
match_file: { type: Array },
|
|
|
status: { type: String, default: '0' },
|
|
|
|
|
|
- match_position: { type: String },
|
|
|
format: { type: Array },
|
|
|
is_bye: { type: Boolean, default: false },
|
|
|
remark: { type: String },
|