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.

22 lines
367 B
Go

package m
const (
SERVER_CONFIG = "../conf/conf.ini"
)
const (
SUCCESS = "success"
FAILED = "failed"
)
const (
ERRORCONFIG = "配置文件读取错误,请检查文件路径:"
ErrorApprovalType = "类型不支持"
)
const (
ErrorNotFound = "暂无数据"
ErrorWrongStatus = "当前状态无法修改"
ErrorChangeType = "无法修改其类型"
)