diff --git a/lib/tools/push/xs_jPhush.dart b/lib/tools/push/xs_jPhush.dart index 7639dd86..f2f431c6 100755 --- a/lib/tools/push/xs_jPhush.dart +++ b/lib/tools/push/xs_jPhush.dart @@ -24,10 +24,10 @@ class XSJPushProvider { 3: 'meizu', 4: 'oppo', 5: 'vivo', - 6: 'honor', - 7: 'apns', + 7: 'honor', 8: 'fcm', - 9: 'jiguang' + 9: 'jiguang', + 10: 'apns', }; final JPush jpush = JPush(); DebounceThrottleTool? _debounceThrottleTool; diff --git a/pubspec.lock b/pubspec.lock index dd6aba4d..3eff3ffe 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -329,7 +329,7 @@ packages: source: hosted version: "0.3.4+2" crypto: - dependency: transitive + dependency: "direct main" description: name: crypto sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab @@ -992,8 +992,8 @@ packages: dependency: "direct main" description: path: "." - ref: ed2bd31147ccc929d9b9cf47205c2b8142a6d3f2 - resolved-ref: ed2bd31147ccc929d9b9cf47205c2b8142a6d3f2 + ref: "656df9ee91b1ec8b96aa1208a6b0df27a4516067" + resolved-ref: "656df9ee91b1ec8b96aa1208a6b0df27a4516067" url: "git@code-internal.star-lock.cn:StarlockTeam/jpush_flutter.git" source: git version: "2.5.8" diff --git a/pubspec.yaml b/pubspec.yaml index feb2c0ee..c4940ae7 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -214,7 +214,7 @@ dependencies: jpush_flutter: git: url: git@code-internal.star-lock.cn:StarlockTeam/jpush_flutter.git - ref: ed2bd31147ccc929d9b9cf47205c2b8142a6d3f2 + ref: 656df9ee91b1ec8b96aa1208a6b0df27a4516067 #视频播放器 video_player: ^2.9.2