Commit d5ebcdbc authored by mx's avatar mx

bug

parent a3643e99
......@@ -322,6 +322,7 @@ public class SysUserController extends CyPaginationController<SysUser> {
map.put("captchaOnOff", true);
map.put("uuid", uuid);
map.put("img", CyBase64Util.encode(os.toByteArray()));
map.put("code", code);
cyResult.setSucessMessage("操作成功", map);
return cyResult;
}
......
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