admin
2019-08-22 c044b6dd024b6884a4f39bc56e4873c95b13fe02
fanli/src/main/java/com/yeshi/fanli/service/inter/user/QrCodeService.java
@@ -62,5 +62,5 @@
    * @return
    * @throws IOException
    */
   public String drawInviteQrCodeNew(String url, Long uid, String portrait, String inviteCode) throws IOException;
   public String drawInviteQrCodeNew(String url, Long uid, String portrait, Integer pX, Integer pY, Integer size, String inviteCode) throws IOException;
}