Commit 3f8522dcdbe1256902cb2c8e0cec38668f096a72

Authored by 常守达
1 parent 8e8ab80f

fix(login):暂时注释推送token

@@ -13,11 +13,11 @@ class PushService { @@ -13,11 +13,11 @@ class PushService {
13 if (!isAndroid) { 13 if (!isAndroid) {
14 return; 14 return;
15 } 15 }
16 - AppLogger.i('PushService.registerPushToken: HMS SDK pending');  
17 - await _userApi.postPushToken(  
18 - pushToken: 'pending-hms-token',  
19 - deviceInfo: 'flutter',  
20 - pushPlatform: AppConst.pushPlatformHuawei,  
21 - ); 16 + // AppLogger.i('PushService.registerPushToken: HMS SDK pending');
  17 + // await _userApi.postPushToken(
  18 + // pushToken: 'pending-hms-token',
  19 + // deviceInfo: 'flutter',
  20 + // pushPlatform: AppConst.pushPlatformHuawei,
  21 + // );
22 } 22 }
23 } 23 }