Browse Source

1.修改开屏广告

tags/0.0.17+5
“yanghuaxuan” 3 years ago
parent
commit
b3d84b91bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/util/advertising_util.dart

+ 1
- 1
lib/util/advertising_util.dart View File

@@ -9,7 +9,7 @@ class AdvertisingUtils {
} }


static Future openSplashAd() async { static Future openSplashAd() async {
await Application.doStringParamsMethod("advertising_splash", data: {'androidCodeId': "887478896", 'iosCodeId': "887478962"}, callback: (value) {});
await Application.doStringParamsMethod("advertising_splash", data: {});
} }
} }



Loading…
Cancel
Save