Skip to content

Commit

Permalink
🏗️ Move uuid to client info param when login.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 18, 2020
1 parent 5ded3d8 commit 6e7db04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Constants {
if (Platform.isIOS) 'packetid': '',
'platform': Platform.isIOS ? 40 : 30,
'platformver': Platform.isIOS ? '2.3.2' : '2.3.1',
'deviceid': '',
'deviceid': DeviceUtils.deviceUuid,
'devicetype': deviceType,
'systype': '$deviceType OS',
'sysver': Platform.isIOS ? '12.2' : '9.0',
Expand Down

0 comments on commit 6e7db04

Please sign in to comment.