Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_fiveworld
Commits
090cfd5f
Commit
090cfd5f
authored
Dec 16, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
094f38a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
CsjGroMoreManager.kt
.../java/com/mints/fiveworld/manager/ad/CsjGroMoreManager.kt
+10
-10
TTGroMoreAdManagerHolder.java
.../mints/fiveworld/manager/ad/TTGroMoreAdManagerHolder.java
+1
-1
No files found.
app/src/main/java/com/mints/fiveworld/manager/ad/CsjGroMoreManager.kt
View file @
090cfd5f
...
...
@@ -23,19 +23,19 @@ object CsjGroMoreManager {
//-------------------------广告位 start-----------------------------
private
const
val
OUT_COMMON_INTERSTITIAL_CODE
=
""
// 应用外 场景 插屏
private
const
val
OUT_COMMON_NEW_INTERSTITIAL_CODE
=
"94
6855683
"
// 应用外 场景 新插屏(半屏)
private
const
val
OUT_COMMON_FULL_CODE
=
"94
6855680
"
// 应用外 场景 新插屏(全屏)
private
const
val
OUT_COMMON_EXPRESS_CODE
=
"94
6855687
"
// 应用外 场景 信息流
private
const
val
OUT_LOCK_EXPRESS_CODE
=
"94
6855685
"
// 应用外 锁屏 信息流
private
const
val
OUT_TIMER_FULL_CODE
=
"94
6855678
"
// 应用外 定时 新插屏(全屏)
private
const
val
OUT_COMMON_NEW_INTERSTITIAL_CODE
=
"94
7383652
"
// 应用外 场景 新插屏(半屏)
private
const
val
OUT_COMMON_FULL_CODE
=
"94
7383645
"
// 应用外 场景 新插屏(全屏)
private
const
val
OUT_COMMON_EXPRESS_CODE
=
"94
7383660
"
// 应用外 场景 信息流
private
const
val
OUT_LOCK_EXPRESS_CODE
=
"94
7383657
"
// 应用外 锁屏 信息流
private
const
val
OUT_TIMER_FULL_CODE
=
"94
7383654
"
// 应用外 定时 新插屏(全屏)
private
const
val
OUT_TIMER_INTERSTITIAL_CODE
=
""
// 应用外 定时 插屏
private
const
val
OUT_TIMER_NEW_INTERSTITIAL_CODE
=
"94
6855682
"
// 应用外 定时 新插屏(半屏)
private
const
val
OUT_TIMER_NEW_INTERSTITIAL_CODE
=
"94
7383655
"
// 应用外 定时 新插屏(半屏)
private
const
val
IN_COMMON_FULL_CODE
=
"94
6855681
"
// 应用内 场景 新插屏(全屏)
private
const
val
IN_COMMON_FULL_CODE
=
"94
7383649
"
// 应用内 场景 新插屏(全屏)
private
const
val
IN_COMMON_INTERSTITIAL_CODE
=
""
// 应用内 场景 插屏
private
const
val
IN_COMMON_NEW_INTERSTITIAL_CODE
=
"94
6855684
"
// 应用内 场景 新插屏(半屏)
private
const
val
IN_COMMON_EXPRESS_CODE
=
"94
685568
8"
// 应用内 场景 信息流
private
const
val
IN_MONEY_SPLASH_CODE
=
"887
587321
"
// 应用内 网赚 开屏
private
const
val
IN_COMMON_NEW_INTERSTITIAL_CODE
=
"94
7383661
"
// 应用内 场景 新插屏(半屏)
private
const
val
IN_COMMON_EXPRESS_CODE
=
"94
738365
8"
// 应用内 场景 信息流
private
const
val
IN_MONEY_SPLASH_CODE
=
"887
645925
"
// 应用内 网赚 开屏
private
const
val
IN_MONEY_SPLASH_AD_CODE
=
""
// 应用内 网赚 开屏 兜底(代码位)
//-------------------------广告位 end-----------------------------
...
...
app/src/main/java/com/mints/fiveworld/manager/ad/TTGroMoreAdManagerHolder.java
View file @
090cfd5f
...
...
@@ -30,7 +30,7 @@ import java.util.Map;
*/
public
class
TTGroMoreAdManagerHolder
{
public
static
final
String
TT_AD_APPID
=
"52
24123
"
;
public
static
final
String
TT_AD_APPID
=
"52
44019
"
;
public
static
final
String
TT_AD_NAME
=
Constant
.
MINTS_APP_NAME
;
public
static
boolean
sInit
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment