WechatQrauthResp class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WechatQrauthResp({required int errorCode, String? authCode})
const
WechatQrauthResp.fromJson(Map<String, dynamic> json)
factory

Properties

authCode String?
final
errorCode int
final
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
no setter
isSuccessful bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ERRORCODE_CANCEL → const int
用户取消授权
ERRORCODE_GETQRCODEFAILED → const int
获取二维码失败
ERRORCODE_NETWORK → const int
网络错误
ERRORCODE_NORMAL → const int
普通错误
ERRORCODE_OK → const int
Auth成功
ERRORCODE_TIMEOUT → const int
超时