proxy app logic
This commit is contained in:
@ -11,7 +11,7 @@ import com.gh.gamecenter.db.info.DataCollectionInfo;
|
||||
import com.gh.gamecenter.retrofit.JSONObjectResponse;
|
||||
import com.gh.gamecenter.retrofit.Response;
|
||||
import com.gh.gamecenter.retrofit.RetrofitManager;
|
||||
import com.halo.assistant.AppController;
|
||||
import com.halo.assistant.HaloApp;
|
||||
import com.lightgame.utils.Utils;
|
||||
|
||||
import org.json.JSONArray;
|
||||
@ -60,7 +60,7 @@ public class DataCollectionManager {
|
||||
private void realTimeUpload(final String type, Map<String, Object> map) {
|
||||
String version = PackageUtils.getVersionName(mContext);
|
||||
String user = Installation.getUUID(mContext);
|
||||
String channel = AppController.getInstance().getChannel();
|
||||
String channel = HaloApp.getInstance().getChannel();
|
||||
map.put("version", version);
|
||||
map.put("user", user);
|
||||
map.put("device_id", TokenUtils.getDeviceId(mContext));
|
||||
@ -140,7 +140,7 @@ public class DataCollectionManager {
|
||||
|
||||
String version = PackageUtils.getVersionName(mContext);
|
||||
String user = Installation.getUUID(mContext);
|
||||
String channel = AppController.getInstance().getChannel();
|
||||
String channel = HaloApp.getInstance().getChannel();
|
||||
|
||||
HashMap<String, JSONArray> map = new HashMap<>();
|
||||
DataCollectionInfo dataCollectionEntity;
|
||||
|
||||
Reference in New Issue
Block a user