Skip to content

2.1.2

Compare
Choose a tag to compare
@mylhyl mylhyl released this 26 Sep 12:07
· 27 commits to master since this release

增加指定编码解析二维码

        public Builder setCharacterSet(String characterSet) {
            options.characterSet = characterSet;
            return this;
        }