This website works better with JavaScript
Home
Explore
Help
Sign In
tangmz
/
openbilibili
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b030ce89ca
Branches
Tags
master
openbilibili
/
app
/
admin
/
live
/
live-admin
/
api
/
http
/
v1
/
upload.token.md
upload.token.md
674 B
History
Raw
/xlive/internal/live-admin/v1/token/new
Request for a token for upload.
/xlive/internal/live-admin/v1/token/new
Request for a token for upload.
方法:POST
请求参数
参数名
必选
类型
描述
bucket
是
string
上传到 BFS 的 bucket
dir
否
string
上传到指定的 BFS 目录(可以用来区分业务)
operator
是
string
操作人(mlive通过dashboard授权获取到的操作人)
响应
{ "code": 0, "message": "ok", "data": { // 授予的 token "token": "" } }