All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vite.api.service.RpcViteService Maven / Gradle / Ivy

The newest version!
package vite.api.service;


import com.alibaba.fastjson.JSONObject;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.Headers;
import retrofit2.http.POST;
import vite.api.vo.RequestJson;


public interface RpcViteService {



    @Headers({"Content-Type: application/json","Accept: application/json"})
    @POST("*")
    Call postRequest(@Body RequestJson requestJson);


}







© 2015 - 2025 Weber Informatics LLC | Privacy Policy