mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
硬声
更新修复BUG
This commit is contained in:
@@ -120,9 +120,10 @@ class UserInfo {
|
|||||||
const timestamp = Math.round(new Date().getTime() / 1e3)
|
const timestamp = Math.round(new Date().getTime() / 1e3)
|
||||||
return {
|
return {
|
||||||
"Host": "ysapi.elecfans.com",
|
"Host": "ysapi.elecfans.com",
|
||||||
|
|
||||||
"Connection": "keep-alive",
|
"Connection": "keep-alive",
|
||||||
"Authorization": this.ck,
|
"Authorization": this.ck,
|
||||||
"Content-Type": "application/json;charset=UTF-8",
|
"Content-Type": "application/x-www-form-urlencoded",
|
||||||
"model": "MI 8 Lite",
|
"model": "MI 8 Lite",
|
||||||
"timestamp": timestamp,
|
"timestamp": timestamp,
|
||||||
"User-Agent": "okhttp/3.12.6",
|
"User-Agent": "okhttp/3.12.6",
|
||||||
|
|||||||
Reference in New Issue
Block a user