获取令牌列表
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/api/token/:
get:
summary: 获取令牌列表
deprecated: false
description: ''
tags:
- 系统API
parameters:
- name: p
in: query
description: ''
required: true
example: '0'
schema:
type: string
- name: size
in: query
description: ''
required: true
example: '10'
schema:
type: string
- name: new-api-user
in: header
description: ' 你的账户id'
required: true
example: '1'
schema:
type: string
- name: Authorization
in: header
description: 你的系统令牌
required: true
example: asasd15a6d165
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 系统API
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5443236/apis/api-278499776-run
components:
schemas: {}
securitySchemes:
bearer:
type: http
scheme: bearer
servers:
- url: https://www.anyapi.vip
description: 正式环境
security:
- bearer: []