增加字段 数据来源

This commit is contained in:
yulixing 2019-09-30 15:18:01 +08:00
parent 73ba4e5640
commit df05fcfb68

View File

@ -23,6 +23,7 @@ const Game = new mongoose.Schema(
reserve: {type: Number},
sell: {type: Number},
download: {type: Number},
source: {type: String, default: 'taptap'}
},
{
collection: 'games',