FILE.save用法调整

This commit is contained in:
MrZ626
2020-12-06 20:16:54 +08:00
parent 833343cf56
commit c201579f5d
5 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ function Tick.httpREQ_getAccessToken(task)
if res then
LOG.print(text.accessSuccessed)
ACCOUNT.access_token=res.access_token
FILE.save(ACCOUNT,"account","")
FILE.save(ACCOUNT,"account")
SCN.swapTo("netgame")
else
LOG.print(text.netErrorCode..response.code..": "..res.message,"warn")