宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-04-11 1a9f33a84c1e71f1faa74180dba7d2b241bd5061
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//
//  Macro.swift
//  ExhibitionProject
//
//  Created by alvin_y on 2019/5/23.
//  Copyright © 2019 yang-wang. All rights reserved.
//
 
import Foundation
import UIKit
 
/// 友盟Key
//let UmSocialAppkey = "61adb881e0f9bb492b80351d" //【未创建】
let VerifySDKInfoKey = "" //一键登录
 
///短信
let SMS = ""
let SMSSecret = ""
 
let AppId = "" //【未创建】
 
//微信
let WechatAppID: String = "wx4b4622a3524b1c90" //【未创建】
let WechatAppSecret: String = "612844f991c69a876bb836ac1846a79e" //【未创建】
let WechatUniversalLinks = "https://www.zhentonggongsi.com/app/" //【未创建】
let WechatMini = "gh_a6c22560b6be" //【未创建或不应存在】
//QQxiaoxiao0909x
let QQAppID: String = ""
let QQAppSecret: String = ""
//微博
let WeiboAppID: String = ""
let WeiboAppSecret: String = ""
 
/// 高德key
let AMapApiKey = "52d73468082edbb1801e73f9667ff807" //【已创建】
 
/// 是否同意协议
let AgreeNotification = "com.yy.agree"
 
/// 切换城市
let SwitchCityNotification = "com.yy.switchCity"
 
/// ContentOffset
let YYTableViewContentOffset = "contentOffset"
 
/// TableViewReset
let YYTableViewReset = "TableViewReset"
 
/// TableViewRefresh
let YYOrderListRefresh = "TableViewRefresh"
 
/// TokenInvalid
let TokenInvalid = "TokenInvalid"
 
/// YYRefreshInfo
let YYRefreshInfo = "YYRefreshInfo"
 
///// 获取订单详情
//let YYGetOrderDetails = "com.yy.YYGetOrderDetails"