12 lines
130 B
Go
Raw Normal View History

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