Explorar el Código

change jpush appid

x1ongzhu hace 6 años
padre
commit
9a45227ac5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/main.dart

+ 1 - 1
lib/main.dart

@@ -64,7 +64,7 @@ Future<void> main() async {
   await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
   await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
   final JPush jpush = JPush();
   final JPush jpush = JPush();
   jpush.setup(
   jpush.setup(
-    appKey: '868cc9036e14c71e2b698f46',
+    appKey: 'f67ab1d1abce65a630f2bf1e',
     channel: 'theChannel',
     channel: 'theChannel',
     production: true,
     production: true,
     debug: true,
     debug: true,