|
@@ -60,6 +60,7 @@ public class CaptchaManagerImpl implements CaptchaManager {
|
|
|
|
|
|
@Override
|
|
|
public void writeCode(String uuid, String scene) {
|
|
|
+ System.out.println("==============startr====writeCode");
|
|
|
int width = 160, height = 80;
|
|
|
|
|
|
BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
|