程序包 | 说明 |
---|---|
cn.binarywang.wx.miniapp.api | |
cn.binarywang.wx.miniapp.api.impl |
限定符和类型 | 方法和说明 |
---|---|
File |
WxMaQrcodeService.createWxaCode(String path,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口A: 获取小程序码.
|
File |
WxMaQrcodeService.createWxaCode(String path,
String envVersion,
int width,
String filePath,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口A: 获取小程序码.
|
byte[] |
WxMaQrcodeService.createWxaCodeBytes(String path,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口A: 获取小程序码.
|
File |
WxMaQrcodeService.createWxaCodeUnlimit(String scene,
String page,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口B: 获取小程序码(永久有效、数量暂无限制).
|
File |
WxMaQrcodeService.createWxaCodeUnlimit(String scene,
String page,
String filePath,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口B: 获取小程序码(永久有效、数量暂无限制).
|
byte[] |
WxMaQrcodeService.createWxaCodeUnlimitBytes(String scene,
String page,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline)
接口B: 获取小程序码(永久有效、数量暂无限制).
|
限定符和类型 | 方法和说明 |
---|---|
File |
WxMaQrcodeServiceImpl.createWxaCode(String path,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
File |
WxMaQrcodeServiceImpl.createWxaCode(String path,
String envVersion,
int width,
String filePath,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
byte[] |
WxMaQrcodeServiceImpl.createWxaCodeBytes(String path,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
File |
WxMaQrcodeServiceImpl.createWxaCodeUnlimit(String scene,
String page,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
File |
WxMaQrcodeServiceImpl.createWxaCodeUnlimit(String scene,
String page,
String filePath,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
byte[] |
WxMaQrcodeServiceImpl.createWxaCodeUnlimitBytes(String scene,
String page,
boolean checkPath,
String envVersion,
int width,
boolean autoColor,
WxMaCodeLineColor lineColor,
boolean isHyaline) |
Copyright © 2024. All rights reserved.