git-svn-id: http://192.168.1.226/svn/proxy@510 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | return;
|
| | | }
|
| | | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
| | | RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.Query.PHONE_CALL_QUERY);
|
| | | RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.PHONE_CALL_ADD);
|
| | | params.addBodyParameter(PhoneCall.FieldNames.date, sdf.format(new Date()));
|
| | | params.addBodyParameter(PhoneCall.FieldNames.calleeId, interviewee.getRegisterId());
|
| | | params.addBodyParameter(PhoneCall.FieldNames.deviceId, BaseApplication.getInstance().getDevice().getDeviceId());
|