git-svn-id: http://192.168.1.226/svn/proxy@468 454eff88-639b-444f-9e54-f578c98de674
| | |
| | | }
|
| | |
|
| | | public void addBitmap(final List<Bitmap> bitmapList, byte[] byteArray, int len) {
|
| | | RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.Query.SURVEILLANCE_QUERY);
|
| | | RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.SURVEILLANCE_UPLOAD);
|
| | | params.addBodyParameter("base64Photo", Base64.encodeToString(byteArray, 0, len, Base64.DEFAULT));
|
| | | x.http().post(params, new BaseCommonCallBack() {
|
| | | public void success() {
|
| | |
| | |
|
| | | public static final String VISIT_ADD = "Visit/o_add.do";
|
| | |
|
| | | public final static String SURVEILLANCE_UPLOAD = "Surveillance/o_upload.do";
|
| | |
|
| | | public static class Query {
|
| | |
|
| | | public final static String SURVEILLANCE_QUERY = "querySurveillance/v_list.do";
|