RequestParams have put Object method,put(String key, Object value).
so I use the code below; On the server, the userId cann't find in get or post paramenters.
com.loopj.android.http.RequestParams params= new RequestParams ();
//添加参数 add params
params.put("userId", userId); //Long userId;
params.put("nickname", nickname);//String