Uses of Class
com.foxinmy.weixin4j.model.qr.QRParameter
-
Packages that use QRParameter Package Description com.foxinmy.weixin4j.model.qr -
-
Uses of QRParameter in com.foxinmy.weixin4j.model.qr
Methods in com.foxinmy.weixin4j.model.qr that return QRParameter Modifier and Type Method Description static QRParameter
QRParameter. createCardCouponQR(Integer expireSeconds, CardQR... cardQRs)
创建卡券二维码static QRParameter
QRParameter. createPermanenceQR(int sceneValue)
创建永久二维码(场景值为int)static QRParameter
QRParameter. createPermanenceQR(String sceneValue)
创建永久二维码(场景值为string)static QRParameter
QRParameter. createTemporaryQR(int expireSeconds, long sceneValue)
创建临时二维码(场景值为int)static QRParameter
QRParameter. createTemporaryQR(int expireSeconds, String sceneValue)
创建临时二维码(场景值为string)
-