RequestParams 有 put Object 方法,put(String key, Object value)。
所以我使用下面的代码;在服务器上,在 get 或 post 参数中找不到 userId。
com.loopj.android.http.RequestParams params= new RequestParams ();
//添加参数 add params
params.put("userId", userId); //Long userId;
params.put("nickname", nickname);//String