x-422-ParamaterInvalid:
  description: 无效参数
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: ParamaterInvalid
          message:
            type: string
            example: 无效参数
