Skip to content

Commit 63edc07

Browse files
committed
🎨 部分shorturl相关接口废弃
1 parent d16ea7d commit 63edc07

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpQrcodeService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public interface WxMpQrcodeService {
8888
* @return the string
8989
* @throws WxErrorException the wx error exception
9090
*/
91+
@Deprecated
9192
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
9293

9394
/**

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public interface WxMpService extends WxService {
135135
* @return 生成的短地址 string
136136
* @throws WxErrorException .
137137
*/
138+
@Deprecated
138139
String shortUrl(String longUrl) throws WxErrorException;
139140

140141
/**

0 commit comments

Comments
 (0)