liubao68 commented on issue #3295:
URL:
https://github.com/apache/servicecomb-java-chassis/issues/3295#issuecomment-1225257202
你可以描述下输入和预期结果吗?
我查看了 ApiOperationProcessor 有如下代码:
```
@Override
public void process(SwaggerGenerator swaggerGenerator,
OperationGenerator operationGenerator, ApiOperation
apiOperationAnnotation) {
...
operation.setOperationId(apiOperationAnnotation.nickname());
operation.getVendorExtensions().putAll(BaseReaderUtils.parseExtensions(apiOperationAnnotation.extensions()));
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]