接口 IErrorCode


public interface IErrorCode
REST API 错误码接口

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    错误编码 -1、失败 0、成功
    错误描述
  • 方法详细资料

    • getCode

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

      String getMsg()
      错误描述