'use strict'; exports.main = async (event, context) => { const db = uniCloud.database() const collection = db.collection('mustgo-verify-code') const res = await collection.remove() console.log('remove all') };