perf: 完善拆分数据模式

This commit is contained in:
archer
2023-03-25 23:37:50 +08:00
parent 60f62507bd
commit da31ef286b
4 changed files with 14 additions and 3 deletions

View File

@@ -24,6 +24,10 @@ const DataItemSchema = new Schema({
type: Number,
required: true
},
rawResponse: {
type: [String],
default: ''
},
result: {
type: [
{