Skip to content

Commit 4cdd056

Browse files
authored
🎨 修复代码缩进格式
1 parent 57a6ef1 commit 4cdd056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public interface WxMpQrcodeService {
8989
* @throws WxErrorException the wx error exception
9090
*/
9191
@Deprecated
92-
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
92+
String qrCodePictureUrl(String ticket, boolean needShortUrl) throws WxErrorException;
9393

9494
/**
9595
* <pre>

0 commit comments

Comments
 (0)