Files
yingmeng-ios-switf/yinmeng-ios/Base/Utils/AppKeys.swift
eggmanQQQ 5e097ba6f9 1. 修正登录页 UI 布局和文案
2. 调整首页 tab 关注逻辑
2024-07-17 12:19:18 +08:00

22 lines
584 B
Swift

//
// AppKeys.swift
// yinmeng-ios
//
// Created by yinmeng on 2024/2/29.
//
import Foundation
enum AppKeys {
//#if DEBUG
// static let nimAppid = "5d5a833a2d0ff1304a5d8bed53d2af5b"
// static let api = "http://beta.api.ymlive.fun/"
// static let agoraKey = "5b4d929b6c4e4af190550c4a2ec5cd4c"
// static let H5_URL = "http://beta.api.ymlive.fun"
//#else
static let nimAppid = "5e76ec47632d86c30ce18eabfa332b6a"
static let api = "https://api.ymlive.fun/"
static let agoraKey = "5b4d929b6c4e4af190550c4a2ec5cd4c"
static let H5_URL = "https://h5.ymlive.fun"
//#endif
}