File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/resources/android-java Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ public class {{classname}} {
19
19
public ApiInvoker getInvoker() {
20
20
return apiInvoker;
21
21
}
22
-
22
+
23
23
public void setBasePath(String basePath) {
24
24
this.basePath = basePath;
25
25
}
26
-
26
+
27
27
public String getBasePath() {
28
28
return basePath;
29
29
}
@@ -45,10 +45,10 @@ public class {{classname}} {
45
45
Map<String , String > headerParams = new HashMap<String , String >();
46
46
47
47
{ {#queryParams} }if(!"null".equals(String.valueOf({ {paramName} })))
48
- queryParams.put("{ {paramName } }", String.valueOf({ {paramName} }));
48
+ queryParams.put("{ {baseName } }", String.valueOf({ {paramName} }));
49
49
{ {/queryParams} }
50
50
51
- { {#headerParams} }headerParams.put("{ {paramName } }", { {paramName} });
51
+ { {#headerParams} }headerParams.put("{ {baseName } }", { {paramName} });
52
52
{ {/headerParams} }
53
53
54
54
String contentType = "application/json";
@@ -72,4 +72,4 @@ public class {{classname}} {
72
72
}
73
73
{ {/operation} }
74
74
}
75
- { {/operations} }
75
+ { {/operations} }
You can’t perform that action at this time.
0 commit comments