x-401-AccountLocked:
  description: 账号已锁定
  content:
    application/json:
      schema:
        type: object
        properties:
          code:
            type: string
            example: AccountLocked
          message:
            type: string
            example: 账号已锁定
