1.广告位上报接口和对已上报进行Sharedference存储

2.对广告位更新资源对Sharedference进行清除
This commit is contained in:
2025-11-21 19:29:53 +08:00
parent 7c9a2c44fd
commit ecdbb788f5
12 changed files with 402 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ public class ServerInterface {
/**上传事件信息*/
public static final String POST_EVENTINFO_DEVICE="/app-api/third/launcher/ad/play/callback";
public static final String POST_DOWNLOAD_ADS="/app-api/launcher/ad/cb";
private static final boolean USER_DEBUG=false;