提交 95d15d19 authored 作者: Jack Liu's avatar Jack Liu

removed useless class

上级 c9c8d39f
......@@ -134,20 +134,6 @@ class WeChatSubscribeMsgResponse extends BaseWeChatResponse {
super._(map[_errCode], map[_errStr]);
}
class WeChatPayWithHongKongWalletResponse extends BaseWeChatResponse {
final int type;
final int errCode;
final int businessType;
final String resultInfo;
WeChatPayWithHongKongWalletResponse.fromMap(Map map)
: type = map["type"],
errCode = map[_errCode],
businessType = map["businessType"],
resultInfo = map["resultInfo"],
super._(map[_errCode], map[_errStr]);
}
class WeChatOpenBusinessWebviewResponse extends BaseWeChatResponse {
final int type;
final int errCode;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论