| | |
| | | import UIKit |
| | | import JQTools |
| | | import Alamofire |
| | | import AMapFoundationKit |
| | | //import AMapFoundationKit |
| | | import SDWebImage |
| | | |
| | | @main |
| | |
| | | Services.startNetworkMonitor() |
| | | YYPaymentManager.shared.configuredWeChat(appID: WeChatAPPID, universalLink: WechatUniversalLinks) |
| | | YYPaymentManager.shared.configuredAlipay(appScheme: APPScheme) |
| | | AMapServices.shared().enableHTTPS = true |
| | | AMapServices.shared().apiKey = AMapKey |
| | | // AMapServices.shared().enableHTTPS = true |
| | | // AMapServices.shared().apiKey = AMapKey |
| | | |
| | | Services.querySystemImg(type: .launch).subscribe(onNext: {data in |
| | | if let img = data.data{ |