Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_push
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-01-22 13:45:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8f05ddbdc70d8c05cc662b54746e42607a69a665
8f05ddbd
1 parent
79341a21
【修复】数据对接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/entity/mix_push_message_entity.dart
lib/entity/mix_push_message_entity.dart
View file @
8f05ddb
...
...
@@ -50,7 +50,7 @@ class MixPushPlatformEntity {
}
Map
<
String
,
dynamic
>
toJson
()
=>
{
'arrivedMessage'
:
platformName
,
'content'
:
regId
,
'platformName'
:
platformName
,
'regId'
:
regId
,
};
}
...
...
Please
register
or
login
to post a comment