Commit d65eb995 authored by macro's avatar macro
Browse files

Update IErrorCode.java

parent 0d13721e
package com.macro.mall.common.api; package com.macro.mall.common.api;
/** /**
* 封装API的错误码 * 常用API返回对象接口
* Created by macro on 2019/4/19. * Created by macro on 2019/4/19.
*/ */
public interface IErrorCode { public interface IErrorCode {
/**
* 返回码
*/
long getCode(); long getCode();
/**
* 返回信息
*/
String getMessage(); String getMessage();
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment