public interface WxMaQrcodeJumpService
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addRule(WxMaQrcodeJumpRule rule)
添加二维码快速跳转规则。
|
String |
deleteRule(String prefix)
删除二维码快速跳转规则。
|
List<WxMaQrcodeJumpRule> |
getRuleList(Integer getType,
Integer pageNum,
Integer pageSize)
分页获取二维码快速跳转规则列表。
|
List<WxMaQrcodeJumpRule> |
getRules(Boolean isDefault,
String prefix)
获取二维码快速跳转规则。
|
String addRule(WxMaQrcodeJumpRule rule) throws WxErrorException
rule - 规则WxErrorExceptionList<WxMaQrcodeJumpRule> getRules(Boolean isDefault, String prefix) throws WxErrorException
isDefault - 是否查询默认规则prefix - 路径前缀(最长 32 个字符)WxErrorExceptionList<WxMaQrcodeJumpRule> getRuleList(Integer getType, Integer pageNum, Integer pageSize) throws WxErrorException
getType - 1:查询前缀匹配的规则;2:查询默认规则pageNum - 页码,从 1 开始pageSize - 每页条数,最多 20WxErrorExceptionString deleteRule(String prefix) throws WxErrorException
prefix - 路径前缀WxErrorExceptionCopyright © 2026. All rights reserved.