获取令牌列表

GET /api/token/

MethodGET
Path/api/token/
Typehttp
Status1
Module2102810
Folder53539301

概览

MethodGET
Path/api/token/
Typehttp
Status1
Module2102810
Folder53539301

参数

{
  "query": [
    {
      "name": "p",
      "required": true,
      "description": "",
      "id": "5WagH4PhRp",
      "type": "string",
      "enable": true,
      "sampleValue": "0"
    },
    {
      "name": "size",
      "required": true,
      "description": "",
      "id": "XX89de68k9",
      "type": "string",
      "enable": true,
      "sampleValue": "10"
    }
  ],
  "header": [
    {
      "name": "new-api-user",
      "required": true,
      "description": " 你的账户id",
      "id": "mdHWp8Brs8",
      "type": "string",
      "enable": true,
      "sampleValue": "1"
    },
    {
      "required": true,
      "description": "你的系统令牌",
      "type": "string",
      "id": "53DfcFl4zB",
      "enable": true,
      "name": "Authorization",
      "sampleValue": "asasd15a6d165"
    }
  ]
}

请求体

{
  "type": "none",
  "parameters": [],
  "mediaType": "",
  "examples": [],
  "oasExtensions": ""
}

响应

[
  {
    "id": 645386766,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": [],
    "oasExtensions": ""
  }
]