|
|
@@ -19,17 +19,17 @@ public class BaseRequest extends AtmobParams {
|
|
|
public BaseRequest() {
|
|
|
this.appPlatform = 1;
|
|
|
this.authToken = AccountRepository.token;
|
|
|
- if (BuildConfig.DEBUG) {
|
|
|
- try {
|
|
|
- Field androidId = AtmobParams.class.getDeclaredField("androidId");
|
|
|
- androidId.setAccessible(true);
|
|
|
- androidId.set(this, "13123wdq22e1232");
|
|
|
- } catch (NoSuchFieldException e) {
|
|
|
-
|
|
|
- } catch (IllegalAccessException e) {
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
+// if (BuildConfig.DEBUG) {
|
|
|
+// try {
|
|
|
+// Field androidId = AtmobParams.class.getDeclaredField("androidId");
|
|
|
+// androidId.setAccessible(true);
|
|
|
+// androidId.set(this, "6713123wdq22e1232");
|
|
|
+// } catch (NoSuchFieldException e) {
|
|
|
+//
|
|
|
+// } catch (IllegalAccessException e) {
|
|
|
+//
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
}
|
|
|
}
|