接口 IErrorCode

所有已知实现类:
ApiErrorCode

@Deprecated
public interface IErrorCode
已过时。
REST API 错误码接口
从以下版本开始:
2018-06-05
作者:
hubin
  • 方法概要

    修饰符和类型 方法 说明
    long getCode()
    已过时。
    错误编码 -1、失败 0、成功
    String getMsg()
    已过时。
    错误描述
  • 方法详细资料

    • getCode

      long getCode()
      已过时。
      错误编码 -1、失败 0、成功
    • getMsg

      String getMsg()
      已过时。
      错误描述