remove duplicate code (#312)

* remove duplicate code

* Update login.dart
This commit is contained in:
My-Responsitories
2025-02-24 06:55:08 +00:00
committed by GitHub
parent 192cd60a4f
commit 9e242fb902
5 changed files with 76 additions and 114 deletions

View File

@@ -31,7 +31,7 @@ class GrpcRepo {
static const _phone = 'phone';
static final _eId = _isLogin ? Utils.genAuroraEid(_mid!) : '';
static final _buvid = LoginUtils.buvid();
static final _buvid = LoginUtils.buvid;
static final _traceId = Utils.genTraceId();
static final _sessionId = Utils.generateRandomString(8);