unicloud云服务
This commit is contained in:
5
uniCloud-alipay/cloudfunctions/testUnipush2/index.js
Normal file
5
uniCloud-alipay/cloudfunctions/testUnipush2/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
exports.main = async (event, context) => {
|
||||
console.log('test run event:', event);
|
||||
return { ok:true, now: Date.now(), event };
|
||||
};
|
||||
Reference in New Issue
Block a user