package com.iden.common.constant; /** * Created by y on 2017/11/23. * @author y */ public interface Constants { /** * 储存用户登录信息KEY */ String CURRENT_LOGINED_USER_KEY = "currentLoginedUserKey"; /** * 请求中传输TOKEN键 */ String LOGIN_TOKEN_KEY = "token"; String VALID_STATUS = "valid_status"; }