Commit 33754c9c authored by DavidHuang's avatar DavidHuang

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

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