We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506383f commit 157eaefCopy full SHA for 157eaef
README.md
@@ -182,7 +182,6 @@ console.log(pet);
182
| 参数名 | 类型 | 可选性 | 描述 | 默认值 |
183
|-----------------------|----------|---------|-------------------------------------|-----------------------------|
184
| `axiosImport` | `string` | `false` | axios 导入内容 | 默认从官方 Axios 导入,可以使用自己实现的客户端 |
185
-| `prettier` | `object` | `false` | [prettier](https://prettier.io/) 配置 | `{ singleQuote: true }` |
186
| `requestPathArgName` | `string` | `false` | 请求路径参数入参名称 | `path` |
187
| `requestQueryArgName` | `string` | `false` | 请求查询参数入参名称 | `params` |
188
| `requestBodyArgName` | `string` | `false` | 请求体参数入参名称 | `data` |
0 commit comments