All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.watsontech.webhelper.common.result.ResultCode Maven / Gradle / Ivy

package cn.watsontech.webhelper.common.result;

/**
 * Created by Watson on 2019/12/20.
 */
public class ResultCode {
    public static final int SUCCESS = 200;
    public static final int BAD_REQUEST = 400;
    public static final int NOT_FOUND = 404;
    public static final int NOT_AUTH = 401;
    public static final int INTERNAL_ERROR = 500;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy