Commit 33754c9c authored by DavidHuang's avatar DavidHuang

1、服务器测试环境 使用的 是 正式推送

2、还原之前代码
parent f1bba6bd
...@@ -33,7 +33,7 @@ extension AppDelegate: JPUSHRegisterDelegate { ...@@ -33,7 +33,7 @@ extension AppDelegate: JPUSHRegisterDelegate {
#if DEBUG #if DEBUG
let isProduction = false let isProduction = false
#elseif TESTENV #elseif TESTENV
let isProduction = false let isProduction = true
#else #else
let isProduction = true let isProduction = true
#endif #endif
......
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