|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QRType | |
|---|---|
| com.belerweb.social.weixin.api | |
| com.belerweb.social.weixin.bean | |
| Uses of QRType in com.belerweb.social.weixin.api |
|---|
| Methods in com.belerweb.social.weixin.api with parameters of type QRType | |
|---|---|
Result<QRTicket> |
Weixin.createQR(QRType type,
Integer sceneId)
自动获取accessToken并创建二维码ticket 每次创建二维码ticket需要提供一个开发者自行设定的参数(scene_id) 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=生成带参数的二维码 |
Result<QRTicket> |
Weixin.createQR(String accessToken,
QRType type,
Integer sceneId)
创建二维码ticket 每次创建二维码ticket需要提供一个开发者自行设定的参数(scene_id) 文档地址:http://mp.weixin.qq.com/wiki/index.php?title=生成带参数的二维码 |
| Uses of QRType in com.belerweb.social.weixin.bean |
|---|
| Methods in com.belerweb.social.weixin.bean that return QRType | |
|---|---|
QRType |
QRCreation.getType()
|
static QRType |
QRType.parse(Object val)
|
static QRType |
QRType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QRType[] |
QRType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.belerweb.social.weixin.bean with parameters of type QRType | |
|---|---|
void |
QRCreation.setType(QRType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||