//
|
// 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 = "wx9e4d608bed2c9eed" //【已创建】
|
let WechatAppSecret: String = "01259dd4c8263692415edfae388d8f1e" //【已创建】
|
let WechatUniversalLinks = "https://sinata.KZTrip.com/api/public/callback/0516" //【已创建】
|
let WechatMini = "" //【未创建或不应存在】
|
//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"
|