顾海波

【修复】数据对接

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