com.foxinmy.weixin4j.mp.api
Class QrApi

java.lang.Object
  extended by com.foxinmy.weixin4j.api.BaseApi
      extended by com.foxinmy.weixin4j.mp.api.MpApi
          extended by com.foxinmy.weixin4j.mp.api.QrApi

public class QrApi
extends MpApi

二维码相关API

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)

Constructor Summary
QrApi(TokenManager tokenManager)
           
 
Method Summary
 QRResult createQR(QRParameter parameter)
          生成带参数的二维码
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QrApi

public QrApi(TokenManager tokenManager)
Method Detail

createQR

public QRResult createQR(QRParameter parameter)
                  throws WeixinException
生成带参数的二维码

Parameters:
parameter - 二维码参数
Returns:
二维码结果对象
Throws:
WeixinException
See Also:
QRResult, QRParameter, 生成二维码


Copyright © 2014–2017. All rights reserved.