Commit c8ec8061 by LAPTOP-146U5DF5\28422

no message

parent 69204d5f
......@@ -171,7 +171,7 @@ public class PangLeFinder extends Finder {
JSONObject jo2 = new JSONObject();
jo2.put(mAdsName, adsDataJson);
// JSONObject jo3 = new JSONObject();
jo2.put("app_id", HookEntry.processName+System.currentTimeMillis());
jo2.put("app_id", HookEntry.processName);
// jo3.put("data",jo2);
String uploadData = jo2.toString();
Log.d(TAG, "uploadAdsData: " + uploadData);
......
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