完善实名认证、钱包与打卡点模块 UI 与业务逻辑。
对齐 Android 实名认证流程与审核页、钱包提现/积分兑换界面,优化打卡点列表与详情交互,并补充相关资源、主题 token 与单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -22,6 +22,16 @@ enum AppAgreementURLs {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/user-agreement")
|
||||
}
|
||||
|
||||
/// 钱包与实名认证流程使用的用户协议 H5 地址。
|
||||
nonisolated static var walletUserNotice: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/wallet-user-notice")
|
||||
}
|
||||
|
||||
/// 钱包与实名认证流程使用的隐私政策 H5 地址。
|
||||
nonisolated static var walletPrivacyPolicy: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/wallet-privacy")
|
||||
}
|
||||
|
||||
/// App 下载 H5 地址。
|
||||
nonisolated static var appDownload: URL {
|
||||
APIEnvironment.current.baseURL.appending(path: "h5/app/download")
|
||||
|
||||
Reference in New Issue
Block a user