File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/swagger-codegen/src/main/resources/Java/libraries/feign Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public interface {{classname}} extends ApiClient.Api {
1919{ {#allParams} } * @param { {paramName} } { {description} }
2020{ {/allParams} } * @return { {#returnType} }{ {{returnType} }}{ {/returnType} }{ {^returnType} }void{ {/returnType} }
2121 */
22- @RequestLine("{ {httpMethod} } { {{path} }}{ {#hasQueryParams} }?{ {/hasQueryParams} }{ {#queryParams} }{ {paramName } }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {#hasMore} }& { {/hasMore} }{ {/queryParams} }")
22+ @RequestLine("{ {httpMethod} } { {{path} }}{ {#hasQueryParams} }?{ {/hasQueryParams} }{ {#queryParams} }{ {baseName } }={ {=<% %>= } }{ <% paramName%> } <%={ { } }=%>{ {#hasMore} }& { {/hasMore} }{ {/queryParams} }")
2323 @Headers({
2424 " Content-type: {{vendorExtensions.x-contentType}}" ,
2525 " Accepts: {{vendorExtensions.x-accepts}}" ,{{#headerParams} }
You can’t perform that action at this time.
0 commit comments