public interface WxMaLinkService
限定符和类型 | 方法和说明 |
---|---|
String |
generateShortLink(GenerateShortLinkRequest request)
获取小程序 Short Link接口
接口文档: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/short-link/shortlink.generate.html
|
String |
generateUrlLink(GenerateUrlLinkRequest request)
获取小程序 URL Link接口
接口文档: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-link/urllink.generate.html
|
QueryUrlLinkResponse |
queryUrlLink(QueryUrlLinkRequest request)
查询 URL Link
接口文档: https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/url-link/queryUrlLink.html
|
String generateUrlLink(GenerateUrlLinkRequest request) throws WxErrorException
request
- 请求WxErrorException
- .String generateShortLink(GenerateShortLinkRequest request) throws WxErrorException
request
- 请求WxErrorException
- .QueryUrlLinkResponse queryUrlLink(QueryUrlLinkRequest request) throws WxErrorException
request
- 请求WxErrorException
- .Copyright © 2024. All rights reserved.