瀏覽代碼

[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;