跳到主要内容

Result__idp_yundesign_type interface

Promise 结果范型

Signature:

interface Result<T> 

Properties

Property

Modifiers

Type

Description

code

number

状态码 - 0:成功 - 1:取消 - 2:失败

data?

T

(Optional) 数据

errorMessage?

string

(Optional) 错误信息描述