private static interface NotifyModel.Service
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<com.google.gson.JsonObject> |
agreementTemperLimit(okhttp3.RequestBody body) |
retrofit2.Call<com.google.gson.JsonObject> |
setClientIp(java.lang.String accessToken,
java.lang.String clientIp,
java.lang.String port) |
@GET(value="device/client/ip/{accessToken}/{ip}/{port}") retrofit2.Call<com.google.gson.JsonObject> setClientIp(@Path(value="accessToken") java.lang.String accessToken, @Path(value="ip") java.lang.String clientIp, @Path(value="port") java.lang.String port)
@POST(value="app/setting/photo/mode/set") retrofit2.Call<com.google.gson.JsonObject> agreementTemperLimit(@Body okhttp3.RequestBody body)