File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ This is a tool that generates API call code in various programming languages bas
3131go 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
You can’t perform that action at this time.
0 commit comments