package m const ( SERVER_CONFIG = "../conf/conf.ini" ) const ( SUCCESS = "success" FAILED = "failed" ) const ( ERRORCONFIG = "配置文件读取错误,请检查文件路径:" ErrorApprovalType = "类型不支持" )