Commit 16f9f6b9 authored by jiaorz's avatar jiaorz

验证码图片问题

parent d96478ea
......@@ -124,7 +124,7 @@ public class ClickWordCaptcha extends AbstractCaptcha {
String word = wordList.get(index);
List<String> wordString = Lists.newArrayList();
wordString.add(word);
dataVO.setWordList(wordList);
dataVO.setWordList(wordString);
return dataVO;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment