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

cn.ipokerface.weixin.model.qrcode.QrcodeType Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.ipokerface.weixin.model.qrcode;

/**
 * Created by       PokerFace
 * Create Date      2019-12-28.
 * Email:           [email protected]
 * Version          1.0.0
 * 

* Description: */ public enum QrcodeType { /** * 临时二维码 */ QR_SCENE, /** * 永久二维码(场景值为数字范围在1-100000之间) */ QR_LIMIT_SCENE, /** * 永久二维码(场景值为字符串长度在1-64之间) */ QR_LIMIT_STR_SCENE, /** * 卡券二维码:单个卡券 */ QR_CARD, /** * 临时的字符串参数值 */ QR_STR_SCENE, /** * 卡券二维码:多个卡券 */ QR_MULTIPLE_CARD; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy