🎨 部分shorturl相关接口废弃

This commit is contained in:
Binary Wang
2021-03-30 20:52:14 +08:00
parent d16ea7d4de
commit 63edc076b9
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public interface WxMpQrcodeService {
* @return the string
* @throws WxErrorException the wx error exception
*/
@Deprecated
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
/**

View File

@ -135,6 +135,7 @@ public interface WxMpService extends WxService {
* @return 生成的短地址 string
* @throws WxErrorException .
*/
@Deprecated
String shortUrl(String longUrl) throws WxErrorException;
/**