fix: 修复honor平台token上报错误

This commit is contained in:
Liuyf 2025-03-04 12:02:47 +08:00
parent 50c0d8dc7a
commit 7fd68e6abc
3 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -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"

View File

@ -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