Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -50,7 +50,7 @@ class MixPushPlatformEntity { | @@ -50,7 +50,7 @@ class MixPushPlatformEntity { | ||
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | Map<String, dynamic> toJson() => { | 52 | Map<String, dynamic> toJson() => { |
| 53 | - 'arrivedMessage': platformName, | ||
| 54 | - 'content': regId, | 53 | + 'platformName': platformName, |
| 54 | + 'regId': regId, | ||
| 55 | }; | 55 | }; |
| 56 | } | 56 | } |
-
Please register or login to post a comment