Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Swagger return value description

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Today, I was scolded by the front end and panicked, saying that the interface you wrote and what the return value was, there were only three public fields.

Our API documents are written based on swagger components. If you have the following things

Example:

1.1. Return to field 1.1.1. Returns the field (object) 1. The existing interface @ ApiOperation is annotated and the response field is removed.

The purpose of this field is to declare a specified return value object

After modification:

two。 Return objects for generic declaration

After declaration, swagger will reflect and generate the field description of the object.

3. Use the @ ApiModelPropety annotation to indicate the meaning of the field

@ ApiModelProperty ("XXX")

Example:

1.1.2. Return field (single field)

For a single field and less than 5 fields, the return value can be described in this way

1.2. Request field 1.2.1. Request field (object)

The interface input parameter is declared to be received by the object

Object fields are annotated with @ ApiParam annotation

1.2.2. Request field (single field or multiple fields)

Single or multiple fields are marked with @ ApiImplicitParams @ ApiImplicitParam

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report