|  | @@ -158,7 +158,7 @@ public class UserController extends BaseController {
 | 
	
		
			
				|  |  |          bodys.put("transCode","B00033");
 | 
	
		
			
				|  |  |          bodys.put("userId",airConfig.getUserId());
 | 
	
		
			
				|  |  |          bodys.put("uid",user.getUid());
 | 
	
		
			
				|  |  | -        bodys.put("nickName",user.getNickName());
 | 
	
		
			
				|  |  | +        bodys.put("nickName",user.getNickname());
 | 
	
		
			
				|  |  |          bodys.put("username",user.getUsername());
 | 
	
		
			
				|  |  |          bodys.put("mobileNo",user.getMobileNo());
 | 
	
		
			
				|  |  |          bodys.put("headProfile",user.getHeadProfile());
 |