TencentResp class abstract

Implementers

Constructors

TencentResp({required int ret, String? msg})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
no setter
isSuccessful bool
no setter
msg String?
final
ret int
final
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

kRetCommon → const int
kRetFailed → const int
网络异常,或服务器返回的数据格式不正确导致无法解析
kRetSuccess → const int
网络请求成功发送至服务器,并且服务器返回数据格式正确 这里包括所请求业务操作失败的情况,例如没有授权等原因导致
kRetUserCancel → const int