修改公参“app”
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user