All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deanframework.component.qrcode.constant.QRCodeConstant Maven / Gradle / Ivy

package org.deanframework.component.qrcode.constant;

/**
 * @auther Dean
 */
public class QRCodeConstant {

    //图片格式
    public static final String IMAGE_FORMAT = "png";
    //编码
    public static final String CHARSET = "utf-8";
    //http协议
    public static final String HTTP_PROTOCO = "http";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy