RestCodeConstants.java 237 B

1234567891011
  1. package com.yaozhitech.spring5.common.constant;
  2. /**
  3. * Created by ace on 2017/8/23.
  4. */
  5. public class RestCodeConstants {
  6. public static final int TOKEN_ERROR_CODE = 40101;
  7. public static final int TOKEN_FORBIDDEN_CODE = 40301;
  8. }