设置条码的纠错等级
QrStyle setErrorLevel(ErrorLevel level) { qrFormat.errorLevel = level.index; return this; }