- douyin
- bilibili
- kuaishou
二维码状态
开发环境
开发环境
GET
http://localhost:4567/api/bilibili/check_qrcode
最后修改时间:2025-01-06 19:13:36
请求参数
Query 参数
qrcode_key
string
可选
示例值:
0d315a66df5041bc7de214ae03eaf5ab
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:4567/api/bilibili/check_qrcode?qrcode_key=0d315a66df5041bc7de214ae03eaf5ab'
返回响应
🟢200成功
application/json
Body
headers
object
必需
connection
string
必需
transfer-encoding
string
必需
bili-status-code
string
必需
bili-trace-id
string
必需
cache-control
string
必需
content-type
string
必需
cpu_usage
string
必需
date
string
必需
expires
string
必需
x-bili-trace-id
string
必需
x-cache-webcdn
string
必需
x-ticket-status
string
必需
data
object
必需
code
integer
必需
message
string
必需
ttl
integer
必需
data
object
必需
示例
{
"headers": {
"connection": "close",
"transfer-encoding": "chunked",
"bili-status-code": "0",
"bili-trace-id": "1c71ad9107679e05",
"cache-control": "no-cache",
"content-type": "application/json; charset=utf-8",
"cpu_usage": "36",
"date": "Sat, 01 Feb 2025 11:28:30 GMT",
"expires": "Sat, 01 Feb 2025 11:28:29 GMT",
"x-bili-trace-id": "6df18656ca0bc0b41c71ad9107679e05",
"x-cache-webcdn": "BYPASS from blzone04",
"x-ticket-status": "1"
},
"data": {
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"url": "",
"refresh_token": "",
"timestamp": 0,
"code": 86038,
"message": "二维码已失效"
}
}
}
修改于 2025-01-06 19:13:36