11 lines
		
	
	
		
			614 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			614 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
| SCHEDULE_WRONG = {"code": "schedule_wrong", "detail": "时间策略有误"}
 | |
| PASSWORD_NOT_SAME = {"code": "password_not_same", "detail": "新旧密码不一致"}
 | |
| OLD_PASSWORD_WRONG = {"code": "old_password_wrong", "detail": "旧密码错误"}
 | |
| 
 | |
| FUNC_ERROR = {"code": "func_error", "detail": "执行方法有误"}
 | |
| 
 | |
| USERNAME_EXIST = {"code": "username_exist", "detail": "账户已存在"}
 | |
| ROLE_NAME_EXIST = {"code": "role_name_exist", "detail": "角色名已存在"}
 | |
| ROLE_CODE_EXIST = {"code": "role_code_exist", "detail": "角色标识已存在"}
 | |
| PHONE_EXIST = {"code": "phone_exist", "detail": "手机号已存在"}
 |