Unverified 提交 f71bb286 authored 作者: JarvanMo's avatar JarvanMo 提交者: GitHub

Merge pull request #505 from 10000Phone/master

Update wechat_response.dart
...@@ -62,7 +62,7 @@ class BaseWeChatResponse { ...@@ -62,7 +62,7 @@ class BaseWeChatResponse {
return result(argument); return result(argument);
} }
final int errCode; final int? errCode;
final String? errStr; final String? errStr;
bool get isSuccessful => errCode == 0; bool get isSuccessful => errCode == 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论