yujian
2019-08-15 01e773cf27e572b8fb83538d85f31130930d93d1
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;
}