zxing 3.4.1 jar包,里面添加了一个可以直接用字节数组生成二维码的方法new QRCodeWriter().encode(byte[] content, BarcodeFormat.QR_CODE, QRCODE_SIZE, QRCODE_SIZE, qrParam)