修改公参“app”

This commit is contained in:
oujunhui
2020-05-13 14:02:07 +08:00
parent 00734faff5
commit 037cb9d757

View File

@@ -456,7 +456,7 @@ public class XChatApplication extends Application {
Map<String, String> httpParams = new ArrayMap<>();
httpParams.put("os", "android");
httpParams.put("osVersion", Build.VERSION.RELEASE);
httpParams.put("app", "qingxun");
httpParams.put("app", "PlanetStar");
httpParams.put("ispType", String.valueOf(SystemUtils.getIspType(context)));
httpParams.put("netType", String.valueOf(SystemUtils.getNetworkType(context)));
httpParams.put("model", SystemUtils.getPhoneModel());