tmp debug, user login state

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-06-21 11:39:48 +08:00
parent bf1cf29cb9
commit 581e84d806

View File

@ -25,6 +25,7 @@ class UserModel {
await _updateOtherModels(); await _updateOtherModels();
return; return;
} }
_updateLocalUserInfo();
final url = await bind.mainGetApiServer(); final url = await bind.mainGetApiServer();
final body = { final body = {
'id': await bind.mainGetMyId(), 'id': await bind.mainGetMyId(),