Commit 293d5f36 authored by DavidHuang's avatar DavidHuang

修改 直播appId

parent 7aa552c9
......@@ -294,7 +294,18 @@ extension YhConstant {
}
struct AgoraRtcKit {
static let appId: String = "f1da9c5b9fb946148761278273f43a14"
#if DEBUG
static let appId: String = "84bcfa8857944dc58eca80d966a055ae" //测试环境
#elseif TESTENV
static let appId: String = "84bcfa8857944dc58eca80d966a055ae" //测试环境
#elseif UATENV
static let appId: String = "84bcfa8857944dc58eca80d966a055ae" //正式环境
#else
static let appId: String = "f1da9c5b9fb946148761278273f43a14" //正式环境
#endif
}
// MARK: - 通知相关 名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment