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

com.minlia.rocket.security.code.SecurityApiCode Maven / Gradle / Ivy

There is a newer version: 2.0.4.1.RELEASE
Show newest version
package com.minlia.rocket.security.code;


import com.minlia.rocket.i18n.ApiCode;

public class SecurityApiCode extends ApiCode {


  /**
   * 定义本模块代码基数
   */
  public static final int BASE_CODE = BASED_ON + 3000;
  public static final int ACCESS_TOKEN_INVALID = BASE_CODE + 1;


  public SecurityApiCode() {
    throw new AssertionError();
  }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy