//
|
// 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"
|