x-405-MethodNotAllowed:
  description: 不允许使用该方法
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: MethodNotAllowed
          message:
            type: string
            example: 不允许使用该方法
