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

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

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