Przeglądaj źródła

getuu请求,post改为get

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@689 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 lat temu
rodzic
commit
cb674d8bfe

+ 1 - 1
src/main/java/com/uas/platform/b2b/controller/UserController.java

@@ -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");