| | |
| | | public static final String AUTO_CONFIRM ="AUTO_CONFIRM" ; |
| | | public static final String AUTO_CANCEL_WAIT_PAY ="AUTO_CANCEL_WAIT_PAY" ; |
| | | |
| | | |
| | | public static final String ACCESS_ID="ACCESS_ID"; |
| | | public static final String BUCKETNAME = "BUCKETNAME"; |
| | | public static final String ACCESS_KEY = "ACCESS_KEY"; |
| | | public static final String ENDPOINT = "ENDPOINT"; |
| | | |
| | | |
| | | public static final String UTF = "UTF-8"; |
| | | public static final String QYWX = "QYWX"; |
| | | public static final Integer ONE = 1; |
| | | public static final Integer TWO = 2; |
| | |
| | | public static final String MEMBER_FILES = "MEMBER_FILES"; |
| | | public static final String CATEGORY_FILES = "CATEGORY_FILES"; |
| | | public static final String ORDERS_FILES = "ORDERS_FILES"; |
| | | public static final String ZBOM_PARAM ="ZBOM_PARAM" ; |
| | | public static final String ZBOM_UK_ERROR_URL ="ZBOM_UK_ERROR_URL" ; |
| | | public static final String ZBOM_TICKET_LOGIN_URL ="ZBOM_TICKET_LOGIN_URL" ; |
| | | public static final String OBJCET_STORAGE = "OBJCET_STORAGE"; |
| | | public static boolean WORKORDER_SHE_EMAIL_SENDING = false; |
| | | public static boolean DEALING_COMPANY_SYNC = false ; |
| | | public static boolean DEALING_MEMBER_SYNC = false ; |
| | |
| | | public static final String SUCCESS = "SUCCESS"; |
| | | public static final String FAIL = "FAIL"; |
| | | public static final String CANCELLED = "CANCELLED"; |
| | | |
| | | public interface ZbomConst{ |
| | | String TICKET_LOGIN = "https://sso.zbom.com/esc-idm/api/v1/getUserInfo"; |
| | | String TICKET_LOGIN_TEST = "http://testsso.zhibang.com:8080/esc-idm/api/v1/getUserInfo"; |
| | | } |
| | | |
| | | |
| | | public interface uploadType{ |
| | |
| | | interface CacheKey { |
| | | } |
| | | public interface RedisKeys { |
| | | public static final String ORDER_CODE = "ORDER_CODE"; |
| | | String IMPORTING_RECORD = "IMPORTING_RECORD"; |
| | | String ORDER_CODE = "ORDER_CODE"; |
| | | } |
| | | /** |
| | | * 操作类型,用于做接口验证分组 |