We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6ef1 commit 4cdd056Copy full SHA for 4cdd056
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpQrcodeService.java
@@ -89,7 +89,7 @@ public interface WxMpQrcodeService {
89
* @throws WxErrorException the wx error exception
90
*/
91
@Deprecated
92
- String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
+ String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
93
94
/**
95
* <pre>
0 commit comments