Commit e8f21e8b authored by jiaorz's avatar jiaorz

验证码图片问题

parent d8599f66
......@@ -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