Commit 3e3c9a58 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 7853af55
{
"init": {
"site_id": "5412556",
"app_id": "514006",
"partner": "pangle_514006",
"secure_key": "ffe90c9bf1c304e33b6fe1fd95392a1e"
"site_id": "5433629",
"app_id": "540577",
"partner": "pangle_540577",
"secure_key": "860c76318e8ed14d119ffba6760b3504"
},
"feed": {
"news_list_ad_code_id": "",
......@@ -12,37 +12,37 @@
"video_first_ad_code_id": "",
"video_second_ad_code_id": "",
"related_ad_code_id": "",
"news_draw_ad_code_id": "952978110",
"news_draw_native_ad_code_id": "952978113",
"news_draw_ad_code_id": "953638174",
"news_draw_native_ad_code_id": "953638166",
"news_outer_list_ad_code_id": "",
"news_outer_first_ad_code_id": "",
"news_outer_second_ad_code_id": "",
"outer_video_second_ad_code_id": "",
"outer_related_ad_code_id": "",
"news_outer_draw_ad_code_id": "952978123",
"news_outer_draw_native_ad_code_id": "952978119",
"news_outer_draw_ad_code_id": "953638167",
"news_outer_draw_native_ad_code_id": "953638183",
"news_interstitial_code_id": ""
},
"small_video": {
"draw_ad_code_id": "952978111",
"draw_native_ad_code_id": "952978126",
"grid_ad_code_id": "952978118",
"grid_draw_ad_code_id": "952978109",
"grid_draw_native_ad_code_id": "952978122",
"video_card_ad_code_id": "952978121",
"video_card_draw_ad_code_id": "952978120",
"video_card_draw_native_ad_code_id": "952978108",
"draw_ad_code_id": "953638184",
"draw_native_ad_code_id": "953638177",
"grid_ad_code_id": "953638180",
"grid_draw_ad_code_id": "953638181",
"grid_draw_native_ad_code_id": "953638168",
"video_card_ad_code_id": "953638171",
"video_card_draw_ad_code_id": "953638185",
"video_card_draw_native_ad_code_id": "953638173",
"interstitial_ad_code_id": "",
"interstitial_note_ad_code_id": "952978124",
"staggered_grid_ad_code_id": "952978127",
"staggered_grid_draw_ad_code_id": "952978111",
"staggered_grid_draw_native_ad_code_id": "952978126",
"draw_interstitial_ad_code_id": "952978116",
"draw_fullscreen_interstitial_ad_code_id": "952978117",
"draw_banner_code_id": "952978112",
"drama_rewarded_ad_code_id": "952978114",
"drama_rewarded_ad_code_id_02": "952978125",
"drama_draw_ad_code_id": "952978115"
"interstitial_note_ad_code_id": "953638165",
"staggered_grid_ad_code_id": "953638179",
"staggered_grid_draw_ad_code_id": "953638184",
"staggered_grid_draw_native_ad_code_id": "953638177",
"draw_interstitial_ad_code_id": "953638170",
"draw_fullscreen_interstitial_ad_code_id": "953638178",
"draw_banner_code_id": "953638172",
"drama_rewarded_ad_code_id": "953638175",
"drama_rewarded_ad_code_id_02": "953638169",
"drama_draw_ad_code_id": "953638176"
},
"novel": {
"status": 0,
......
......@@ -18,7 +18,7 @@ object DPHolderManager {
//1. 初始化,最好放到application.onCreate()执行
val configBuilder = DPSdkConfig.Builder().debug(true)
DPSdk.init(context, "SDK_Setting_5412556.json", configBuilder.build())
DPSdk.init(context, "SDK_Setting_5433629.json", configBuilder.build())
startDpSdk()
}
......
......@@ -6,11 +6,11 @@
<ImageView
android:id="@+id/app_logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="140dp"
android:src="@mipmap/ic_splash_pic" />
android:src="@mipmap/ic_launcher_main" />
<TextView
android:layout_width="wrap_content"
......
......@@ -32,20 +32,20 @@ RELEASE_STORE_PASSWORD=mintsduoduoplaylet
RELEASE_STORE_FILE=mints_duoduoplaylet.jks
#weixin
WEIXIN_APP_PAY_ID ="wx7e946f66585ca00a"
WEIXIN_APP_ID =wx7e946f66585ca00a
WEIXIN_APP_SECRET =6fe41783e736bea36504b271cea484f1
WEIXIN_APP_PAY_ID ="wx56a593cb132d5f5c"
WEIXIN_APP_ID =wx56a593cb132d5f5c
WEIXIN_APP_SECRET =05af454c4250d8edb2f795c8dc28b8ee
#TalkingData
RELEASE_TALKING_DATA_KEY="E91735A7978140A8ABD1BB32D337CCAB"
RELEASE_TALKING_DATA_KEY="E8DC12E212514CF9874A75006D8D5B41"
#umeng
RELEASE_UMENG_KEY=64b8de13a1a164591b5133df
GROMORE_APP_ID="5412556"
GROMORE_SPLASH_CODE="102398740"
GROMORE_VIDEO_CODE="102398300"
GROMORE_EXPRESS_CODE="102405261"
GROMORE_MY_EXPRESS_CODE="102413160"
GROMORE_DRAW_CODE="102405069"
GROMORE_BANNER_CODE="102405532"
GROMORE_APP_ID="5433629"
GROMORE_SPLASH_CODE="102458437"
GROMORE_VIDEO_CODE="102457753"
GROMORE_EXPRESS_CODE="102457099"
GROMORE_MY_EXPRESS_CODE="102458625"
GROMORE_DRAW_CODE="102458253"
GROMORE_BANNER_CODE="102457754"
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