profile update

This commit is contained in:
cimenmus
2017-10-25 22:27:03 +03:00
parent 40a660239c
commit 49432579e6
19 changed files with 347 additions and 66 deletions

View File

@@ -125,5 +125,8 @@ public interface ApiInterface {
Call<ResponseObject<DeleteAddressResponseModel>> deleteAddress(@Url String url,
@Field("address_id") String addressId);
@FormUrlEncoded
@POST
Call<ResponseObject<UserModel>> updateProfile(@Url String url, @FieldMap HashMap<String, Object> body);
}