This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
losino
/
EveryLike
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
588b4add93
Ramos
Etiquetas
master
test
EveryLike
/
uniCloud-alipay
/
cloudfunctions
/
verify-client
/
index.js
index.js
104 B
Histórico
Em bruto
1
2
3
4
5
6
'use strict';
exports.main = async (event, context) => {
return {
returnBy: 'verify-client'
}
};