接口 ToolsApi


public interface ToolsApi
  • 方法详细资料

    • webSearchStreaming

      @Streaming @POST("tools") retrofit2.Call<okhttp3.ResponseBody> webSearchStreaming(@Body Map<String,Object> request)
    • webSearch

      @POST("tools") io.reactivex.Single<WebSearchPro> webSearch(@Body Map<String,Object> request)