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