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

8 lines
257 B

package errcode
const DB = "database error"
const Internal = "server internal error"
const NeedLogin = "你需要登录才能访问该页面"
const NoEditorPermission = "只有编辑角色才能执行此操作"
const ParamInvalid = "请求参数不正确"