فهرست منبع

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