类 com.github.sd4324530.fastweixin.api.enums.QrcodeType
的使用

使用 QrcodeType 的软件包
com.github.sd4324530.fastweixin.api   
com.github.sd4324530.fastweixin.api.enums   
 

com.github.sd4324530.fastweixin.apiQrcodeType 的使用
 

参数类型为 QrcodeTypecom.github.sd4324530.fastweixin.api 中的方法
 QrcodeResponse QrcodeAPI.createQrcode(QrcodeType actionName, String sceneId, Integer expireSeconds)
          创建二维码
 QrcodeResponse QrcodeAPI.createQrcode(QrcodeType actionName, String sceneId, String sceneStr, Integer expireSeconds)
          创建二维码
 

com.github.sd4324530.fastweixin.api.enumsQrcodeType 的使用
 

返回 QrcodeTypecom.github.sd4324530.fastweixin.api.enums 中的方法
static QrcodeType QrcodeType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static QrcodeType[] QrcodeType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2017. All rights reserved.