Commit 49c23a61 authored by wanglei's avatar wanglei

...配置

parent 7747514a
......@@ -37,7 +37,9 @@ object NewComUtils {
"&device=${AppPreferences.getInstance().getString("gid", "")}" +
"&aid=${AppPreferences.getInstance().getString("uuid", "")}"
s = if (BuildConfig.DEBUG) "$s&mode=3" else ""
if (BuildConfig.DEBUG) {
s = "$s&mode=3"
}
s
// mode =3 google mode=2 facebook mode=1 自然,mode=4 测试
// &mode=3
......
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