|
|
@ -57,7 +57,7 @@ class UserInfo { |
|
|
|
|
|
|
|
async startLive () { |
|
|
|
console.log("ck: "+this.ck); |
|
|
|
let cookJson = $.str2json(this.ck, "; "); |
|
|
|
let cookJson = $.str2json(this.ck, ";"); |
|
|
|
let url = `https://api.live.bilibili.com/room/v1/Room/startLive` |
|
|
|
let body = {}; |
|
|
|
let csrf = cookJson.bili_jct |
|
|
|