移除省流模式

This commit is contained in:
MrZ626
2021-06-08 15:04:15 +08:00
parent 6519e8445e
commit 94e3f15ee7
10 changed files with 5 additions and 13 deletions

View File

@@ -224,12 +224,11 @@ function NET.getAccessToken()
end
end
function NET.getUserInfo(uid)
local hash=(not SETTING.dataSaving or nil)and USERS.getHash(uid)
WS.send('user',JSON.encode{
action=1,
data={
uid=uid,
hash=hash,
hash=USERS.getHash(uid),
},
})
end