...
|
...
|
@@ -11,10 +11,7 @@ import io.swagger.annotations.ApiOperation; |
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
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.*;
|
|
|
|
|
|
/**
|
|
|
* Created with IDEA
|
...
|
...
|
@@ -51,7 +48,7 @@ public class MineController { |
|
|
}
|
|
|
|
|
|
@ApiOperation("打开个人信息")
|
|
|
@PostMapping("/openMyInfo")
|
|
|
@GetMapping("/openMyInfo")
|
|
|
public AjaxResult openMyInfo(){
|
|
|
|
|
|
return mineService.openMyInfo();
|
...
|
...
|
|