// 云函数入口函数
exports.main = async (event, context) => {
var arr = event.sportItem;
cloud.database().collection("stu")
.add({ //添加数据
data:{
_id:event.id,
password:event.password,
// arr.forEach(function(item, index){
// item:false,
// }),
}
})
}
data:{
_id:event.id,
password:event.password,
array:[]
}