You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
491 B
Go

// Package m -----------------------------
// @file : system.go
// @author : JJXu
// @contact : wavingbear@163.com
// @time : 2024/7/1 下午1:43
// -------------------------------------------
package m
const (
SERVER_CONFIG = "../conf/conf.ini"
)
const (
SUCCESS = "success"
FAILED = "failed"
)
const (
ERROR_SERVER = "服务器错误"
ERROR_STRUCT = "结构体错误"
ERROR_UID = "uid创建错误"
ERROR_DELETE = "删除错误"
ERROR_UPDATE = "更新异常"
)