@@ -15,6 +15,7 @@ module.exports = {
"win",
"shu",
"integral",
+ "rank",
"status",
"remark",
],
@@ -40,6 +41,7 @@ module.exports = {
@@ -19,6 +19,7 @@ const matchteam = {
win: { type: String }, // 赢
shu: { type: String }, // 输
integral: { type: String }, // 积分
+ rank: { type: String }, // 名次
status: { type: String, default: '0' }, // 状态
remark: { type: String },
};