Skip to content

Commit

Permalink
修改README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aqiuweb committed Aug 14, 2020
1 parent 33dc6bc commit 1a50845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class VerifyCodeController {
* @description 获取验证码
**/
@GetMapping("/verify-code/code")
@ResponseBody
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
String text = this.producer.createText();
req.getSession().setAttribute("CODE", text);
Expand Down

0 comments on commit 1a50845

Please sign in to comment.