forgot password

This commit is contained in:
cimenmus
2017-10-23 20:39:50 +03:00
parent 86fc94bb37
commit 61fb410abe
9 changed files with 124 additions and 4 deletions

View File

@@ -100,5 +100,9 @@ public interface ApiInterface {
@POST(ApiEndPoints.API_CHECK_UPDATE)
Call<ResponseObject<AppVersionModel>> checkUpdate(@FieldMap HashMap<String, Object> body);
@FormUrlEncoded
@POST(ApiEndPoints.API_FORGOT_PASSWORD)
Call<ResponseObject> forgotPassword(@Field("email") String emailAddress);
}