xuxiuxi
2017-04-19 a9c8b39ffcb8f8a5f922cb0fce18861b3463d438
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/service/SurveillanceMng.java
@@ -59,7 +59,7 @@
    public void addBitmap(final List<Bitmap> bitmapList, byte[] byteArray, int len) {
        RequestParams params = new RequestParams(AppApi.BASE_URL +AppApi.SURVEILLANCE_UPLOAD);
        params.addBodyParameter("base64Photo", Base64.encodeToString(byteArray, 0, len, Base64.DEFAULT));
        params.addBodyParameter("deviceCompanyId", BaseApplication.getInstance().getDevice().getCompanyId());
        params.addBodyParameter("deviceCompanyId", BaseApplication.getInstance().getDevice().getDeviceCompanyId());
        params.addBodyParameter("deviceId", BaseApplication.getInstance().getDevice().getDeviceId());
        params.addBodyParameter("enterOrExit", CommonVariables.EnterOrExit.ENTER+"");
        x.http().post(params, new BaseCommonCallBack() {