This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
losino
/
EveryLike
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2a1d4553c0
Rami (Branch)
Tag
master
test
EveryLike
/
uniCloud-alipay
/
cloudfunctions
/
verify-client
/
index.js
index.js
104 B
Cronologia
Originale
1
2
3
4
5
6
'use strict';
exports.main = async (event, context) => {
return {
returnBy: 'verify-client'
}
};