app/src/main/java/cn/flightfeather/thirdapp/httpservice/SettingsService.java
@@ -1,6 +1,6 @@
package cn.flightfeather.thirdapp.httpservice;
import cn.flightfeather.thirdapp.bean.Userinfo;
import cn.flightfeather.thirdapp.bean.entity.Userinfo;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Body;