ROE progress
This commit is contained in:
parent
d3ea2694e1
commit
b3c835e25e
|
@ -22,7 +22,7 @@ public class Online {
|
||||||
FileBody uploadFilePart = new FileBody(xmlFile);
|
FileBody uploadFilePart = new FileBody(xmlFile);
|
||||||
MultipartEntity reqEntity = new MultipartEntity();
|
MultipartEntity reqEntity = new MultipartEntity();
|
||||||
reqEntity.addPart("upload-file", uploadFilePart);
|
reqEntity.addPart("upload-file", uploadFilePart);
|
||||||
reqEntity.addPart("auth_token", new StringBody(authTokenValue));
|
reqEntity.addPart("rusefi_token", new StringBody(authTokenValue));
|
||||||
|
|
||||||
httpPost.setEntity(reqEntity);
|
httpPost.setEntity(reqEntity);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue