SCHEDULE_WRONG = {"code":"schedule_wrong", "detail":"时间策略有误"} PASSWORD_NOT_SAME = {"code":"password_not_same", "detail":"新旧密码不一致"} OLD_PASSWORD_WRONG = {"code":"old_password_wrong", "detail":"旧密码错误"} PHONE_F_WRONG = {"code":"phone_f_wrong", "detail":"手机号格式错误"} PHONE_EXIST = {"code":"phone_exist", "detail":"手机号已存在"} USERNAME_EXIST = {"code":"username_exist", "detail":"账户已存在"}