This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
losino
/
EveryLike
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
bdddf3d167
Ramas
Etiquetas
master
test
EveryLike
/
uniCloud-alipay
/
cloudfunctions
/
verify-client
/
index.js
index.js
104 B
Histórico
Raw
1
2
3
4
5
6
'use strict';
exports.main = async (event, context) => {
return {
returnBy: 'verify-client'
}
};