This website works better with JavaScript
Home
Explore
Help
Register
Sign In
aielab
/
thinkphp-butter
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5e67d13ebb
Branches
Tags
master
thinkphp-butter
/
config
/
ResponseCode.php
ResponseCode.php
158 B
History
Raw
1
2
3
4
5
6
7
8
<?php
return
[
1
=>
"数据获取成功"
,
0
=>
"数据获取失败"
,
1001
=>
"登录成功"
,
1002
=>
"登录失败,用户名或密码不正确"
,
];