mirror of
https://github.com/yanlongqi/jhinno-openapi-java-sdk.git
synced 2026-03-22 06:15:10 +08:00
doc(扩展方式): 解决扩展方式的文档问题
This commit is contained in:
@@ -316,7 +316,7 @@ public class JHDemoApiExecution extends JHApiExecution {
|
||||
|
||||
public XxxDTO getXXXX(String username, String demoParams) {
|
||||
|
||||
return get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
return execution.get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -338,7 +338,7 @@ public class JHDemoApiExecution extends JHApiExecution {
|
||||
|
||||
public XxxDTO getXXXX(String username, String demoParams) {
|
||||
|
||||
return get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
return execution.get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -362,7 +362,7 @@ public class JHDemoApiExecution extends JHApiExecution {
|
||||
|
||||
public XxxDTO getXXXX(String username, String demoParams) {
|
||||
|
||||
return get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
return execution.get("/demo/path", username, new TypeReference<ResponseResult<XxxDTO>>() {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user