|
@@ -1,7 +1,6 @@
|
|
|
package com.huimv.manager.modular.controller;
|
|
|
|
|
|
-import cn.dustlight.captcha.annotations.CodeValue;
|
|
|
-import cn.dustlight.captcha.annotations.VerifyCode;
|
|
|
+
|
|
|
import com.huimv.manager.modular.service.MobileUserService;
|
|
|
import com.huimv.manager.result.R;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
@@ -31,7 +30,6 @@ public class MobileUserLoginController {
|
|
|
private MobileUserService mobileUserService;
|
|
|
|
|
|
@PostMapping("/login")
|
|
|
-// @VerifyCode
|
|
|
public R login(@RequestParam(name = "account") String account,
|
|
|
@RequestParam(name = "password") String password,
|
|
|
@RequestParam(name = "code") String code,
|