Implement profile tab with Android-aligned flows and OSS upload.
Add personal info page, account switch, real-name auth, withdrawal settings, session cache extensions, AlibabaCloudOSS SPM, and unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -23,6 +23,9 @@ enum NotificationName {
|
||||
/// 用户主动退出登录
|
||||
static let userDidLogout = name("userDidLogout")
|
||||
|
||||
/// 已登录状态下切换景区/门店账号
|
||||
static let accountDidSwitch = name("accountDidSwitch")
|
||||
|
||||
/// Token 失效或鉴权失败,需重新登录
|
||||
static let sessionDidExpire = name("sessionDidExpire")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user