Commit 18142d5f authored by Steven杜宇's avatar Steven杜宇

// 七鱼配置

parent 4cd8c01f
...@@ -213,11 +213,19 @@ extension YhConstant { ...@@ -213,11 +213,19 @@ extension YhConstant {
// MARK: - 七鱼客服系统SDK // MARK: - 七鱼客服系统SDK
struct QiYuSDK { struct QiYuSDK {
static let appKey = "7922dbeb48141b15d2ae2e91cc156af5" static let appKey = "7922dbeb48141b15d2ae2e91cc156af5"
// 此处的appName 是在七鱼后台管理系统配置
#if DEBUG #if DEBUG
static let appName = "银河港生活iOS-Dev" static let appName = "银河港生活iOS-Dev"
#elseif TESTENV
static let appName = "银河港生活iOS-Dev"
#elseif UATENV
static let appName = "银河港生活iOS-Dev"
#else #else
static let appName = "银河港生活iOS" static let appName = "银河港生活iOS"
#endif #endif
} }
// MARK: - 通知相关 名称 // 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