支付宝小程序创新项目介绍——小程序云
2023-09-12
24 浏览
// 云函数示例
exports.main = (event, context) => {
return {
sum: event.a event.b
};
};
// 云数据库示例
const db = mycloud.database();
const collection = db.collection('my-collection');
collection.add({
data: {
name: 'alice',
age: 18
}
});
// 云存储示例
mycloud.uploadfile({
filepath: 'path/to/file',
success: (res) => {
console.log(res.fileid);
}
});
请后发表内容