// // QSLConfig.swift // QuickSearchLocation // // Created by mac on 2024/4/10. // import Foundation struct QSLConfig { /// 高德地图 API KEY static let MapKey = "e328f86af612b4984c67a7d965b0fa6d" /// 服务协议链接 static let AppServiceAgreementLink = "https://doc.v8dashen.com/doc/4b31250cc8fbaa63" /// 隐私权政策 static let AppPrivacyAgreementLink = "https://doc.v8dashen.com/doc/e9b57a2813d8ed11" /// 续订政策 static let AppSubscibeAgreementLink = "https://doc.v8dashen.com/doc/0a84539b1d6afa43" } extension QSLConfig { // 购买人数 static let user_default_local_buy_count = "UserDefaultLocalBuyCount" }