This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
losino
/
EveryLike
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
588b4add93
Branche
Tagy
master
test
EveryLike
/
uniCloud-alipay
/
cloudfunctions
/
verify-client
/
index.js
index.js
104 B
História
Raw
1
2
3
4
5
6
'use strict';
exports.main = async (event, context) => {
return {
returnBy: 'verify-client'
}
};