V1.0.1(2) 集成topon

This commit is contained in:
litingting 2025-02-06 17:05:42 +08:00
parent cb795ec8e0
commit e5a3440da7
2 changed files with 13 additions and 6 deletions

View File

@ -24,9 +24,9 @@ public class MyApp extends Application {
public static String TAG = "---------Prank Master-----"; public static String TAG = "---------Prank Master-----";
private String APPId =""; private String APPId ="h67a4770754962";
private String AppKey =""; private String AppKey ="a44a46425ef9951c1f2c22a24338b5000";
@Override @Override
public void onCreate() { public void onCreate() {

View File

@ -24,11 +24,18 @@ public class AdManager {
private static final int type_show_close = 3; private static final int type_show_close = 3;
private static final int type_show_fail = 4; private static final int type_show_fail = 4;
/**
* PRANK_INST_3
* n67a47721bf9c0
* PRANK_INST_2
* n67a477218c0ee
* PRANK_INST_1
* n67a4772151120
*/
private static final String place1Id = "n67a47721bf9c0";
private static final String place1Id = ""; private static final String place2Id = "n67a477218c0ee";
private static final String place2Id = ""; private static final String place3Id = "n67a4772151120";
private static final String place3Id = "";
private static boolean place1LoadFail = false; private static boolean place1LoadFail = false;