This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
losino
/
EveryLike
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
test
Ramuri
Etichete
master
test
EveryLike
/
uniCloud-alipay
/
cloudfunctions
/
verify-client
/
index.js
index.js
104 B
Permalink
Istoric
Crud
1
2
3
4
5
6
'use strict';
exports.main = async (event, context) => {
return {
returnBy: 'verify-client'
}
};