forked from loafle/openapi-generator-original
Update api body template of objc client
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
{{#formParams}}
|
||||
{{#notFile}}
|
||||
if ({{paramName}}) {
|
||||
formParams[@"{{paramName}}"] = {{paramName}};
|
||||
formParams[@"{{baseName}}"] = {{paramName}};
|
||||
}
|
||||
{{/notFile}}{{#isFile}}
|
||||
files[@"{{paramName}}"] = {{paramName}};
|
||||
|
||||
Reference in New Issue
Block a user