This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
u239361
/
wuyebaoxiuapi
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
wuyebaoxiuapi
/
contanst
/
user.go
user.go
123 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
package contanst
// 缓存前缀常量
const CACHE_USERINFO = "ui:" // 用户信息
const (
MSG_OK = 1
MSG_ERR = 0
)