forked from loafle/openapi-generator-original
Added check for hasHttpSignatureMethods. (#14339)
This commit is contained in:
parent
babfdff78a
commit
cce3c963f3
@ -1234,7 +1234,12 @@ public class ApiClient{{#jsr310}} extends JavaTimeFormatter{{/jsr310}} {
|
|||||||
queryParams,
|
queryParams,
|
||||||
allHeaderParams,
|
allHeaderParams,
|
||||||
cookieParams,
|
cookieParams,
|
||||||
|
{{#hasHttpSignatureMethods}}
|
||||||
serializeToString(body, formParams, contentType, isBodyNullable),
|
serializeToString(body, formParams, contentType, isBodyNullable),
|
||||||
|
{{/hasHttpSignatureMethods}}
|
||||||
|
{{^hasHttpSignatureMethods}}
|
||||||
|
null,
|
||||||
|
{{/hasHttpSignatureMethods}}
|
||||||
method,
|
method,
|
||||||
target.getUri());
|
target.getUri());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user