ExternalDocumentation":外部文档链接。
Contact:联系开发者,发送邮件。
/***@SWG\Get(*path="/pet/{petId}",*summary="通过ID查询宠物",*description="返回宠物信息",*operationId="getPetById",*tags={"pet"},*consumes={"application/json","application/xml"},*produces={"application/xml","application/json"},*@SWG\Parameter(*description="IDofpettoreturn",*in="path",*name="petId",*required=true,*type="integer",*format="int64"*),*@SWG\Response(*response=200,*description="successfuloperation",*@SWG\Schema(ref="#/definitions/Pet")*),*@SWG\Response(*response="400",*description="InvalidIDsupplied"*),*@SWG\Response(*response="404",*description="Petnotfound"*),*security={*{"api_key":{}}*}*)*/Get:请求的HTTP方法,支持GET/POST/PUT/DELETE等HTTP标准请求方法
THE END