This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
wufeng
/
fuse
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
7bd9195a88
Branches
Tags
dev_wf
version1.5
fuse
/
app
/
admin
/
config
/
common.php
common.php
149 B
Histórico
Raw
1
2
3
4
5
6
<?php
//api模块通用配置信息
return
[
'expire'
=>
1800
,
//token的有效时长
'default_password'
=>
'123456'
,
//运营账号默认密码
];