2024-09-30 09:16:11 +08:00

12 lines
130 B
Go

package opt
const (
Msg200 = "操作成功"
Msg400 = "输入不正确"
Msg500 = "发生错误"
)
var (
Debug bool = false
)