程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.bean | |
cn.binarywang.wx.miniapp.executor |
限定符和类型 | 类和说明 |
---|---|
class |
WxaCode
小程序码.
|
class |
WxaCodeUnlimit
小程序码接口B.
|
class |
WxMaQrcode |
限定符和类型 | 方法和说明 |
---|---|
static RequestExecutor<File,AbstractWxMaQrcodeWrapper> |
QrcodeRequestExecutor.create(RequestHttp requestHttp) |
static RequestExecutor<byte[],AbstractWxMaQrcodeWrapper> |
QrcodeBytesRequestExecutor.create(RequestHttp requestHttp) |
static RequestExecutor<File,AbstractWxMaQrcodeWrapper> |
QrcodeRequestExecutor.create(RequestHttp requestHttp,
String path) |
限定符和类型 | 方法和说明 |
---|---|
void |
QrcodeBytesRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper data,
ResponseHandler<byte[]> handler,
WxType wxType) |
void |
QrcodeRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper data,
ResponseHandler<File> handler,
WxType wxType) |
File |
JoddHttpQrcodeFileRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
File |
ApacheQrcodeFileRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
File |
OkHttpQrcodeFileRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
byte[] |
OkHttpQrcodeBytesRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
byte[] |
JoddQrcodeBytesRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
byte[] |
ApacheQrcodeBytesRequestExecutor.execute(String uri,
AbstractWxMaQrcodeWrapper qrcodeWrapper,
WxType wxType)
执行http请求.
|
Copyright © 2024. All rights reserved.