Fix: passing auth into codegen (#1226)
This commit is contained in:
parent
e019935545
commit
745683f2a8
1 changed files with 1 additions and 0 deletions
|
|
@ -1791,6 +1791,7 @@ export default {
|
|||
},
|
||||
requestCode() {
|
||||
return generateCodeWithGenerator(this.requestType, {
|
||||
auth: this.auth,
|
||||
method: this.method,
|
||||
url: this.url,
|
||||
pathName: this.pathName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue