소스 검색

[update] message:

kelei 6 달 전
부모
커밋
ba0baee1d8
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      admin/src/main/java/com/flyer/foster/controller/app/AppUserController.java

+ 1 - 4
admin/src/main/java/com/flyer/foster/controller/app/AppUserController.java

@@ -5,10 +5,7 @@ import com.flyer.foster.service.IAppUserService;
 import com.flyer.util.JwtUtil;
 import com.flyer.util.R;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.PostMapping;
-import org.springframework.web.bind.annotation.RequestBody;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
+import org.springframework.web.bind.annotation.*;
 
 import java.util.HashMap;
 import java.util.Map;