Skip to content

Commit 3f4af52

Browse files
committed
init
1 parent c050c64 commit 3f4af52

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ This is a tool that generates API call code in various programming languages bas
3131
go build -o openapi
3232
```
3333

34-
## Download - 1.0.0
34+
## Download - 1.0.1
3535

36-
- [mac](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.0/openapi_darwin.zip)
37-
- [windows](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.0/openapi_windows.zip)
38-
- [linux](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.0/openapi_linux.zip)
36+
- [mac](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.1/openapi_darwin.zip)
37+
- [windows](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.1/openapi_windows.zip)
38+
- [linux](https://github.com/otk-final/openapi-codegen/releases/download/v1.0.1/openapi_linux.zip)
3939

4040
安装并添加到环境变量
4141

@@ -176,7 +176,9 @@ openapi reload -f /app/openapi.json -n server_name
176176
"value"
177177
]
178178
}
179-
}
179+
},
180+
// 解决 openapi重复operation_id 导出带数字的方法名: batch_12 => batch
181+
"repeatable_operation_id": true
180182
}]
181183
```
182184

0 commit comments

Comments
 (0)