Interface JdyRequestService

All Known Implementing Classes:
JdyRequestServiceImpl

public interface JdyRequestService
简道云请求
Author:
Toint
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    request(org.dromara.hutool.http.client.Request request)
    请求简道云
  • Method Details

    • request

      com.fasterxml.jackson.databind.JsonNode request(org.dromara.hutool.http.client.Request request)
      请求简道云
      Parameters:
      request - 请求对象
      - 必须含有请求路径, 方法内部会自动替换请求主机
      - 必须含有请求方法
      Throws:
      RuntimeException - 请求失败