mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 部分shorturl相关接口废弃
This commit is contained in:
@ -88,6 +88,7 @@ public interface WxMpQrcodeService {
|
|||||||
* @return the string
|
* @return the string
|
||||||
* @throws WxErrorException the wx error exception
|
* @throws WxErrorException the wx error exception
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
|
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -135,6 +135,7 @@ public interface WxMpService extends WxService {
|
|||||||
* @return 生成的短地址 string
|
* @return 生成的短地址 string
|
||||||
* @throws WxErrorException .
|
* @throws WxErrorException .
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
String shortUrl(String longUrl) throws WxErrorException;
|
String shortUrl(String longUrl) throws WxErrorException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user