chore: release client-v1.0.70
Deploy Client / build-client-web (push) Successful in 38s
Deploy Client / build-macos (push) Successful in 2m10s
Deploy Client / build-android (push) Successful in 56s
Deploy Client / build-ios (push) Successful in 2m35s
Deploy Client / build-windows (push) Successful in 1m49s
Deploy Client / release-deploy-client (push) Successful in 1m23s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YZ4DskSRKsSiheQonFtQvx
This commit is contained in:
wangjia
2026-06-21 19:46:49 +08:00
parent 13a6777a85
commit 9d5bc18de1
8 changed files with 56 additions and 14 deletions
@@ -55,6 +55,7 @@ class AuthRepository {
return AuthUser(
accessToken: data['access_token'] as String,
refreshToken: data['refresh_token'] as String,
id: (user['id'] as num?)?.toInt() ?? 0,
username: user['username'] as String,
realName: user['real_name'] as String? ?? username,
shopNo: shopCode,