提交
This commit is contained in:
6
甲情_甲意/cloud/functions/helloworld/index.js
Normal file
6
甲情_甲意/cloud/functions/helloworld/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
exports.main = async (event, context) => {
|
||||
let data = {
|
||||
"message": "Hello World!"
|
||||
};
|
||||
return data;
|
||||
};
|
||||
Reference in New Issue
Block a user