|
|
@ -60,7 +60,7 @@ class UserInfo { |
|
|
|
let url = `https://api.live.bilibili.com/room/v1/Room/startLive` |
|
|
|
let body = {}; |
|
|
|
let csrf = cookJson.bili_jct |
|
|
|
console.log("csrf: " + bili_jct) |
|
|
|
console.log("csrf: " + csrf) |
|
|
|
let boydStr = `room_id=27358026&platform=pc&area_v2=369&backup_stream=0&csrf_token=${csrf}&csrf=${csrf}`; |
|
|
|
let urlObject = popu(url, boydStr, this.ck) |
|
|
|
urlObject.headers['Content-Type'] = "application/x-www-form-urlencoded; charset=UTF-8"; |
|
|
|