TencentApiResp class abstract

Implementers

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

RET_SUCCESS → const int
网络请求成功发送至服务器,并且服务器返回数据格式正确 这里包括所请求业务操作失败的情况,例如没有授权等原因导致