@@ -111,7 +111,7 @@ public interface APIService {
* @param oldPhone
* @return
*/
- @GET(AUTH_GROUP + "user/updatePhone")
+ @POST(AUTH_GROUP + "user/updatePhone")
Observable<BaseResponse<Object>> updatePhone(@Query("authCode") String authCode, @Query("newPhone") String newPhone, @Query("oldPhone") String oldPhone);
/**
@@ -63,6 +63,7 @@
app:layout_constraintTop_toBottomOf="@id/view" />
<ImageView
+ android:visibility="gone"
android:id="@+id/btn_close"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_44"