|
|
@@ -9,7 +9,7 @@ class AdvertisingUtils { |
|
|
|
} |
|
|
|
|
|
|
|
static Future openSplashAd() async { |
|
|
|
await Application.doStringParamsMethod("advertising_splash", data: {'androidCodeId': "887478896", 'iosCodeId': "887478962"}, callback: (value) {}); |
|
|
|
await Application.doStringParamsMethod("advertising_splash", data: {}); |
|
|
|
} |
|
|
|
} |
|
|
|
|