This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
aielab
/
thinkphp-butter
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
081c3bd030
Ramos
Etiquetas
master
thinkphp-butter
/
config
/
ResponseCode.php
ResponseCode.php
158 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
<?php
return [
1=>"数据获取成功",
0=>"数据获取失败",
1001=>"登录成功",
1002=>"登录失败,用户名或密码不正确",
];