feat: 优化账号注销流程
This commit is contained in:
@@ -32,6 +32,9 @@ enum NotificationName {
|
||||
/// 当前门店身份受限或申请结果待核实;保留凭证转入只读状态查询。
|
||||
static let storeAccountDeregistrationRestricted = name("storeAccountDeregistrationRestricted")
|
||||
|
||||
/// 当前门店身份的注销申请已被服务端明确受理;先清理登录态,再展示提交结果页。
|
||||
static let storeAccountDeregistrationSubmitted = name("storeAccountDeregistrationSubmitted")
|
||||
|
||||
// MARK: - Scenic
|
||||
|
||||
/// 当前景区切换
|
||||
@@ -74,6 +77,12 @@ enum NotificationUserInfoKey {
|
||||
/// 产生注销限制错误的原请求凭证,仅在内存中匹配当前会话,禁止记录日志。
|
||||
static let deregistrationRequestToken = "deregistrationRequestToken"
|
||||
|
||||
/// 注销申请提交时冻结的身份展示名称,不包含身份凭证。
|
||||
static let deregistrationIdentityName = "deregistrationIdentityName"
|
||||
|
||||
/// 注销申请明确受理后查询到的服务端冷静期截止时间。
|
||||
static let deregistrationCoolingUntil = "deregistrationCoolingUntil"
|
||||
|
||||
static let scenicId = "scenicId"
|
||||
static let scenicName = "scenicName"
|
||||
static let orderId = "orderId"
|
||||
|
||||
Reference in New Issue
Block a user