SpConstants.ets 888 Bytes

export class SpConstants{
   static  USER_JWT_TOKEN="jwtToken"
   static  USER_REFRESH_TOKEN="refreshToken"
   static  USER_Type="userType"
   static  USER_NAME="userName"
   static  USER_ID="userId"
   static  USER_FIRST_MARK="firstMark"
   static  USER_LONG_TIME_NO_LOGIN_MARK="longTimeNoLoginMark"
   static  USER_STATUS="user_status"
   static  USER_TEMP_TOKEN="tempToken"
   static  USER_PHONE = "user_phone"
   //协议相关
   static USER_PROTOCOL = "user_protocol" //用户协议
   static PRIVATE_PROTOCOL = "private_protocol" //隐私协议
   //设置页面
   static SETTING_WIFI_IMAGE_SWITCH = "setting_wifi_switch" //wifi 图片开关
   static SETTING_WIFI_VIDEO_SWITCH = "setting_wifi_switch" //wifi 视频开关
   static SETTING_SUSPENSION_SWITCH = "setting_suspension_switch" //悬浮窗 开关
   static SETTING_PUSH_SWITCH = "setting_push_switch" //推送 开关

}