接入声网

This commit is contained in:
liyuhua
2024-03-22 15:46:25 +08:00
parent 88512c6a48
commit aeb26daad6
12 changed files with 296 additions and 142 deletions

View File

@@ -10,8 +10,10 @@ enum AppKeys {
#if DEBUG
static let nimAppid = "5d5a833a2d0ff1304a5d8bed53d2af5b"
static let api = "http://beta.api.ymlive.fun/"
static let agoraKey = "5b4d929b6c4e4af190550c4a2ec5cd4c"
#else
static let nimAppid = "5e76ec47632d86c30ce18eabfa332b6a"
static let api = "https://api.ymlive.fun/"
static let agoraKey = "5b4d929b6c4e4af190550c4a2ec5cd4c"
#endif
}