Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RCResult<T>

Type Parameters

  • T = void

Hierarchy

  • RCResult

Index

Properties

Properties

isOk: boolean

是否成功,等同于 code === ErrorCode.SUCCESS

code: number

错误码

msg: string

错误信息

data?: T

数据