Result__idp_yundesign_type interface
Promise 结果范型
Signature:
interface Result<T>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | 状态码 - 0:成功 - 1:取消 - 2:失败 | ||
T | (Optional) 数据 | ||
string | (Optional) 错误信息描述 |
Promise 结果范型
Signature:
interface Result<T>
Property | Modifiers | Type | Description |
---|---|---|---|
number | 状态码 - 0:成功 - 1:取消 - 2:失败 | ||
T | (Optional) 数据 | ||
string | (Optional) 错误信息描述 |