Package cn.toint.jdy4j.core.service.impl
Class JdyRequestServiceImpl
java.lang.Object
cn.toint.jdy4j.core.service.impl.JdyRequestServiceImpl
- All Implemented Interfaces:
JdyRequestService
- Author:
- Toint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNoderequest(org.dromara.hutool.http.client.Request request) 请求简道云
-
Constructor Details
-
JdyRequestServiceImpl
public JdyRequestServiceImpl()
-
-
Method Details
-
request
public com.fasterxml.jackson.databind.JsonNode request(org.dromara.hutool.http.client.Request request) Description copied from interface:JdyRequestService请求简道云- Specified by:
requestin interfaceJdyRequestService- Parameters:
request- 请求对象
- 必须含有请求路径, 方法内部会自动替换请求主机
- 必须含有请求方法
-