|
|
@@ -77,7 +77,7 @@ public class UserController {
|
|
|
* @param email
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "/getuu", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/getuu", method = RequestMethod.GET)
|
|
|
public ResponseEntity<ModelMap> getCurentUser() {
|
|
|
HttpHeaders headers = new HttpHeaders();
|
|
|
headers.add("Content-Type", "application/json; charset=utf-8");
|