This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
aielab
/
thinkphp-butter
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
081c3bd030
Ramas
Etiquetas
master
thinkphp-butter
/
config
/
ResponseCode.php
ResponseCode.php
158 B
Histórico
Raw
1
2
3
4
5
6
7
8
<?php
return [
1=>"数据获取成功",
0=>"数据获取失败",
1001=>"登录成功",
1002=>"登录失败,用户名或密码不正确",
];