This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
puyao
/
siyu_app
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
siyu_app
/
uniCloud-aliyun
/
cloudfunctions
/
common
/
hello-common
/
index.js
index.js
85 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
module.exports = {
secret: 'abcdefg',
getVersion: function(){
return '1.0.0'
}
}