mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 17:40:07 +08:00
[update] BaseParams
This commit is contained in:
parent
09d26441e7
commit
a45185da61
@ -11,6 +11,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- 更新部分仓库文件
|
- 更新部分仓库文件
|
||||||
|
- 更新基础环境参数
|
||||||
-
|
-
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@ -243,7 +243,7 @@ class Curl
|
|||||||
'Connection' => 'keep-alive',
|
'Connection' => 'keep-alive',
|
||||||
// 'Content-Type' => 'application/x-www-form-urlencoded',
|
// 'Content-Type' => 'application/x-www-form-urlencoded',
|
||||||
// 'User-Agent' => 'Mozilla/5.0 BiliDroid/5.51.1 (bbcallen@gmail.com)',
|
// 'User-Agent' => 'Mozilla/5.0 BiliDroid/5.51.1 (bbcallen@gmail.com)',
|
||||||
'User-Agent' => 'Mozilla/5.0 BiliDroid/6.28.0 (bbcallen@gmail.com) os/android model/MuMu mobi_app/android build/6280300 channel/bili innerVer/6280300 osVer/6.0.1 network/2',
|
'User-Agent' => 'Mozilla/5.0 BiliDroid/6.29.0 (bbcallen@gmail.com) os/android model/MuMu mobi_app/android build/6290300 channel/bili innerVer/6290300 osVer/7.1.2 network/2',
|
||||||
// 'Referer' => 'https://live.bilibili.com/',
|
// 'Referer' => 'https://live.bilibili.com/',
|
||||||
];
|
];
|
||||||
$pc_headers = [
|
$pc_headers = [
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class Sign
|
|||||||
'access_key' => getConf('access_token', 'login.auth'),
|
'access_key' => getConf('access_token', 'login.auth'),
|
||||||
'actionKey' => 'appkey',
|
'actionKey' => 'appkey',
|
||||||
'appkey' => $appkey,
|
'appkey' => $appkey,
|
||||||
'build' => 6280300,
|
'build' => 6290300,
|
||||||
'channel' => 'bili',
|
'channel' => 'bili',
|
||||||
'device' => 'phone',
|
'device' => 'phone',
|
||||||
'mobi_app' => 'android',
|
'mobi_app' => 'android',
|
||||||
@ -84,7 +84,7 @@ class Sign
|
|||||||
'access_key' => getConf('access_token', 'login.auth'),
|
'access_key' => getConf('access_token', 'login.auth'),
|
||||||
'actionKey' => 'appkey',
|
'actionKey' => 'appkey',
|
||||||
'appkey' => $appkey,
|
'appkey' => $appkey,
|
||||||
'build' => 6280300,
|
'build' => 6290300,
|
||||||
'device' => 'phone',
|
'device' => 'phone',
|
||||||
'mobi_app' => 'android',
|
'mobi_app' => 'android',
|
||||||
'platform' => 'android',
|
'platform' => 'android',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user