新增微信二维码代码

This commit is contained in:
wuyibo
2022-10-19 16:55:55 +08:00
parent d05e3ddf72
commit 2f53a85bf6
21 changed files with 1284 additions and 98 deletions

View File

@@ -118,7 +118,10 @@
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>

View File

@@ -12,6 +12,7 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.ArrayUtils;
import com.ruoyi.common.core.utils.StringUtils;
import sun.misc.BASE64Encoder;
/**
* 文件处理工具类