This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
puyao
/
siyu_app
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
siyu_app
/
uniCloud-aliyun
/
cloudfunctions
/
common
/
hello-common
/
index.js
index.js
85 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
module.exports = {
secret: 'abcdefg',
getVersion: function(){
return '1.0.0'
}
}