Advance UIKit rewrite with AMap integration and core UI modules.
Integrate高德 SDK with simulator-safe build flags, add map views for operating area and punch points, refactor main tabs and key feature screens to UIKit with Diffable lists, and document Swift concurrency defaults in AGENTS.md. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -10,9 +10,13 @@ import Foundation
|
||||
/// 飞手认证服务协议,定义认证详情、短信、提交和编辑接口。
|
||||
@MainActor
|
||||
protocol PilotCertificationServing {
|
||||
/// 飞手详情相关逻辑。
|
||||
func flyerDetail() async throws -> FlyerDetailResponse
|
||||
/// 飞手Send验证码相关逻辑。
|
||||
func flyerSendCode(phone: String) async throws
|
||||
/// 飞手提交相关逻辑。
|
||||
func flyerApply(_ request: FlyerApplyRequest) async throws
|
||||
/// 飞手编辑相关逻辑。
|
||||
func flyerEdit(_ request: FlyerEditRequest) async throws
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user