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.

28 lines
827 B

6 months ago
# coding:utf-8
# author:ila
normal_code = "正常"
redirect_code = "跳转"
temporary_redirect_code = "暂时跳转"
empty_param_code = "请求参数为空或错误"
validate_param_code = "请求参数不规范"
is_not_json_code = "数据格式不是json"
other_code = "其它错误"
crud_error_code = "数据库操作失败"
header_error_code = "头部错误"
captcha_error_code = "验证码错误"
id_exist_code = "id或记录已存在"
id_notexist_code = "id或记录不存在"
file_notexist_code = "上传文件不存在"
username_error_code = "用户名错误"
password_error_code = "密码错误"
token_error_code = "token错误"
token_expired_code = "token错误"
non_authorized_code = "无权限"
system_error_code = "系统级错误"
request_expired_code = "请求已过期"
repeated_request_code = "重复请求"