Procházet zdrojové kódy

重置密码接口细节调整

wangmh před 8 roky
rodič
revize
ff2e5984dd

+ 1 - 4
sso-server/src/main/java/com/uas/sso/controller/ResetPasswordController.java

@@ -13,10 +13,7 @@ import com.uas.sso.util.CaptchaUtil;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.ui.ModelMap;
 import org.springframework.util.StringUtils;
-import org.springframework.web.bind.annotation.PathVariable;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RequestMethod;
-import org.springframework.web.bind.annotation.RestController;
+import org.springframework.web.bind.annotation.*;
 
 import java.io.IOException;
 import java.util.HashMap;