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