重构
This commit is contained in:
7
core/consts/consts.go
Normal file
7
core/consts/consts.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package consts
|
||||
|
||||
//定义user type
|
||||
const (
|
||||
MSG = "msg"
|
||||
FILE = "ftp"
|
||||
)
|
||||
Reference in New Issue
Block a user