提交 3c8b20fc authored 作者: 张国庆's avatar 张国庆

fix:后端修改返回类型,配合修改

上级 ef1d9230
## 0.0.1 ## 0.0.1
* 应用内消息通知和公告消息通知插件 * 应用内消息通知和公告消息通知插件
## 0.0.5
* 修复数据解析类型
\ No newline at end of file
...@@ -65,7 +65,7 @@ class MessageData { ...@@ -65,7 +65,7 @@ class MessageData {
textVo = json['textVo'] != null ? TextVo.fromJson(json['textVo']) : null; textVo = json['textVo'] != null ? TextVo.fromJson(json['textVo']) : null;
} }
num? id; String? id;
String? messageNo; String? messageNo;
String? accessKey; String? accessKey;
String? companyNo; String? companyNo;
...@@ -94,7 +94,7 @@ class MessageData { ...@@ -94,7 +94,7 @@ class MessageData {
bool get isHand => status == 10; bool get isHand => status == 10;
MessageData copyWith({ MessageData copyWith({
num? id, String? id,
String? messageNo, String? messageNo,
String? accessKey, String? accessKey,
String? companyNo, String? companyNo,
......
name: clx_flutter_message name: clx_flutter_message
description: An in-app messaging plugin description: An in-app messaging plugin
version: 0.0.4 version: 0.0.5
homepage: homepage:
environment: environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论