IsUpdate.java
299 Bytes
package com.shunzhi.parent.api;
import com.google.gson.JsonObject;
import io.reactivex.Observable;
import retrofit2.http.GET;
/**
* Created by ToaHanDong on 2018/3/26.
*/
public interface IsUpdate {
@GET("api/Common/AppVersion?appType=4")
Observable<JsonObject> isUpdateVersion();
}